summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/php/files/php-4.3.4-amd64hack.diff')
-rw-r--r--dev-php/php/files/php-4.3.4-amd64hack.diff28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-php/php/files/php-4.3.4-amd64hack.diff b/dev-php/php/files/php-4.3.4-amd64hack.diff
new file mode 100644
index 000000000000..2e36b25b9a08
--- /dev/null
+++ b/dev-php/php/files/php-4.3.4-amd64hack.diff
@@ -0,0 +1,28 @@
+--- ltmain.sh_orig 2004-01-29 02:00:07.202890120 -0500
++++ ltmain.sh 2004-01-29 02:05:30.628721920 -0500
+@@ -2586,6 +2586,12 @@
+ set dummy $deplibs_check_method
+ file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
+ for a_deplib in $deplibs; do
++
++ if test "x$a_deplib" = "x-lc-client" ; then
++ newdeplibs="$newdeplibs $a_deplib"
++ continue
++ fi
++
+ name="`expr $a_deplib : '-l\(.*\)'`"
+ # If $name is empty we are operating on a -L argument.
+ if test -n "$name" && test "$name" != "0"; then
+@@ -2645,6 +2651,12 @@
+ set dummy $deplibs_check_method
+ match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
+ for a_deplib in $deplibs; do
++
++ if test "x$a_deplib" = "x-lc-client" ; then
++ newdeplibs="$newdeplibs $a_deplib"
++ continue
++ fi
++
+ name="`expr $a_deplib : '-l\(.*\)'`"
+ # If $name is empty we are operating on a -L argument.
+ if test -n "$name" && test "$name" != "0"; then