diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-11-05 12:07:16 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-11-05 12:07:16 +0000 |
commit | 49d97d5a2524ab27773f7c797e74892e9952a486 (patch) | |
tree | cb9e186328a40129b1215b852d9e0e2f69478dcb /www/mod_php5/files/patch-aq | |
parent | - fix MASTER_SITES (diff) |
Fix compilation errors if mbregex is selected.
PR: ports/31666
Submitted by: sf
Notes
Notes:
svn path=/head/; revision=49595
Diffstat (limited to 'www/mod_php5/files/patch-aq')
-rw-r--r-- | www/mod_php5/files/patch-aq | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/www/mod_php5/files/patch-aq b/www/mod_php5/files/patch-aq deleted file mode 100644 index 690602617f98..000000000000 --- a/www/mod_php5/files/patch-aq +++ /dev/null @@ -1,72 +0,0 @@ ---- configure.orig Mon Apr 30 15:47:59 2001 -+++ configure Fri May 4 00:14:24 2001 -@@ -45273,18 +45273,6 @@ - fi - - -- case "cs" in -- c|c_r|pthread*) ;; -- *) -- -- -- LIBS="-lcs $LIBS" -- -- -- ;; -- esac -- -- - case "ct" in - c|c_r|pthread*) ;; - *) -@@ -45296,31 +45284,7 @@ - ;; - esac - -- -- case "comn" in -- c|c_r|pthread*) ;; -- *) -- -- -- LIBS="-lcomn $LIBS" -- -- -- ;; -- esac -- -- -- case "intl" in -- c|c_r|pthread*) ;; -- *) -- -- -- LIBS="-lintl $LIBS" -- -- -- ;; -- esac -- -- SYBASE_CT_LIBS="-lcs -lct -lcomn -lintl" -+ SYBASE_CT_LIBS="-lct" - old_LDFLAGS=$LDFLAGS - LDFLAGS="$LDFLAGS -L$SYBASE_CT_LIBDIR" - echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6 -@@ -45372,17 +45336,6 @@ - - else - echo "$ac_t""no" 1>&6 -- -- case "sybtcl" in -- c|c_r|pthread*) ;; -- *) -- -- -- LIBS="-lsybtcl $LIBS" -- -- -- ;; -- esac - - fi - |