[Freeswitch-svn] [commit] r2967 - freeswitch/trunk/libs
Freeswitch SVN
mikej at freeswitch.org
Tue Oct 3 20:28:00 EDT 2006
Author: mikej
Date: Tue Oct 3 20:27:59 2006
New Revision: 2967
Modified:
freeswitch/trunk/libs/mozilla.build.sh
freeswitch/trunk/libs/portaudio.build.sh
Log:
make attempting to reapply patches just fail and not prompt the user
Modified: freeswitch/trunk/libs/mozilla.build.sh
==============================================================================
--- freeswitch/trunk/libs/mozilla.build.sh (original)
+++ freeswitch/trunk/libs/mozilla.build.sh Tue Oct 3 20:27:59 2006
@@ -3,7 +3,7 @@
cflags=""
if [ $hosttype = "FreeBSD" ] ; then
-patch <<__EOF__
+patch -p0 -u -f<<__EOF__
--- nsprpub/pr/include/md/_freebsd.h.orig Sat Sep 30 22:19:12 2006
+++ nsprpub/pr/include/md/_freebsd.h Sat Sep 30 22:23:16 2006
@@ -106,6 +106,11 @@
Modified: freeswitch/trunk/libs/portaudio.build.sh
==============================================================================
--- freeswitch/trunk/libs/portaudio.build.sh (original)
+++ freeswitch/trunk/libs/portaudio.build.sh Tue Oct 3 20:27:59 2006
@@ -1,4 +1,4 @@
-patch <<__EOF__
+patch -p0 -u -f <<__EOF__
--- configure.orig 2006-09-24 23:56:36.000000000 -0700
+++ configure 2006-09-24 23:57:32.000000000 -0700
@@ -1886,7 +1886,7 @@
More information about the Freeswitch-svn
mailing list