1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/mod_php3/files/patch-aq
2000-01-02 17:24:31 +00:00

31 lines
757 B
Plaintext

--- ../php/configure.orig Sat Jan 1 05:53:20 2000
+++ ../php/configure Sun Jan 2 17:34:39 2000
@@ -5261,26 +5261,10 @@
if test -n "$unique" && test "`eval $cmd`" = "" ; then
eval "LIBPATH$unique=set"
- EXTRA_LIBS="$EXTRA_LIBS -L$ai_p"
- if test -n "$APXS" ; then
- RPATHS="$RPATHS ${apxs_runpath_switch}$ai_p'"
- else
- RPATHS="$RPATHS ${ld_runpath_switch}$ai_p"
- fi
-
- fi
+ EXTRA_LIBS="$EXTRA_LIBS $ai_p/libc-client4.a"
fi
-
-
- unique=`echo $ac_n "c-client4$ac_c" | tr -c -d a-zA-Z0-9`
- cmd="echo $ac_n \"\$LIBRARY$unique$ac_c\""
- if test -n "$unique" && test "`eval $cmd`" = "" ; then
- eval "LIBRARY$unique=set"
-
- EXTRA_LIBS="$EXTRA_LIBS -lc-client4"
-
fi