make attempting to reapply patches just fail and not prompt the user
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2967 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d80ce73564
commit
9dc167a83c
|
@ -3,7 +3,7 @@ ldflags=""
|
|||
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 @@
|
||||
|
|
|
@ -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 @@
|
||||
|
|
Loading…
Reference in New Issue