diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /linphone/linphone-0.12.2 | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'linphone/linphone-0.12.2')
-rw-r--r-- | linphone/linphone-0.12.2/osip-lossage.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/linphone/linphone-0.12.2/osip-lossage.patch b/linphone/linphone-0.12.2/osip-lossage.patch index e69de29bb2..d5d5cfcab8 100644 --- a/linphone/linphone-0.12.2/osip-lossage.patch +++ b/linphone/linphone-0.12.2/osip-lossage.patch @@ -0,0 +1,36 @@ +--- linphone-0.12.2/console/Makefile.am.old 2004-07-03 10:15:37.000000000 +0100 ++++ linphone-0.12.2/console/Makefile.am 2004-07-03 10:15:42.000000000 +0100 +@@ -8,8 +8,7 @@ + -I$(top_srcdir)/oRTP/src \ + -I$(top_srcdir)/oRTP/ \ + -I$(top_srcdir)/mediastreamer \ +- $(SPEEX_CFLAGS) \ +- -I$(osip_prefix)/include/ ++ $(SPEEX_CFLAGS) + + + +--- linphone-0.12.2/coreapi/Makefile.am.old 2004-07-03 10:15:47.000000000 +0100 ++++ linphone-0.12.2/coreapi/Makefile.am 2004-07-03 10:15:51.000000000 +0100 +@@ -10,8 +10,7 @@ + -I$(top_srcdir)/oRTP/src \ + -I$(top_srcdir)/oRTP/ \ + -I$(top_srcdir)/mediastreamer \ +- $(SPEEX_CFLAGS) \ +- -I$(osip_prefix)/include/ ++ $(SPEEX_CFLAGS) + + EXTRA_DIST= parse-path.cP + +--- linphone-0.12.2/gnome/Makefile.am.old 2004-07-03 10:15:55.000000000 +0100 ++++ linphone-0.12.2/gnome/Makefile.am 2004-07-03 10:16:00.000000000 +0100 +@@ -23,8 +23,7 @@ + -I$(top_srcdir)/speex/libspeex \ + -I$(top_srcdir)/coreapi \ + -I$(top_srcdir)/osipua/ \ +- -I$(top_srcdir)/osipua/src \ +- -I$(osip_prefix)/include/ ++ -I$(top_srcdir)/osipua/src + + + |