From: Sascha Schumann Date: Wed, 6 Oct 1999 13:18:12 +0000 (+0000) Subject: unidiff isn't widely recognized, change to context format. X-Git-Tag: php-4.0b3_RC2~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fee036f433c5548e73d3bb76b867e25a1dfb119;p=php unidiff isn't widely recognized, change to context format. --- diff --git a/patch-ltmain.sh b/patch-ltmain.sh index dc6e3524e0..9df2c68266 100644 --- a/patch-ltmain.sh +++ b/patch-ltmain.sh @@ -1,10 +1,12 @@ ---- /usr/local/share/libtool/ltmain.sh Wed Jul 14 14:46:28 1999 -+++ ltmain.sh Tue Oct 5 19:01:41 1999 -@@ -1955,6 +1955,7 @@ - done - done - if test -n "$a_deplib" ; then -+ newdeplibs="$newdeplibs $a_deplib" - droppeddeps=yes - echo - echo "*** Warning: This library needs some functionality provided by $a_deplib." +*** ltmain.sh.orig Wed Oct 6 15:10:21 1999 +--- ltmain.sh Wed Oct 6 15:11:33 1999 +*************** +*** 1955,1960 **** +--- 1955,1961 ---- + done + done + if test -n "$a_deplib" ; then ++ newdeplibs="$newdeplibs $a_deplib" + droppeddeps=yes + echo + echo "*** Warning: This library needs some functionality provided by $a_deplib."