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:
Michael Jerris 2006-10-04 00:27:59 +00:00
parent d80ce73564
commit 9dc167a83c
2 changed files with 2 additions and 2 deletions

View File

@ -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 @@

View File

@ -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 @@