diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 04:36:33 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 04:36:33 +0800 |
commit | 41d8c3385c21ae51629c8997035eae8a9423ff6c (patch) | |
tree | 246d960cb714ce0095c452017819f6b1c64a7dfb /lang/php5 | |
parent | 5e3b0872db18497aacc353b3ef94ad8dac11183f (diff) | |
download | freebsd-ports-gnome-41d8c3385c21ae51629c8997035eae8a9423ff6c.tar.gz freebsd-ports-gnome-41d8c3385c21ae51629c8997035eae8a9423ff6c.tar.zst freebsd-ports-gnome-41d8c3385c21ae51629c8997035eae8a9423ff6c.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index ef5dde8936ff..42a238cbc07f 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -551,10 +551,6 @@ CONFIGURE_ARGS+=--enable-gd-jis-conv .endif .if ${PHP_MODNAME} == "mbstring" -. if ${OSVERSION} < 600000 && ${ARCH} == "amd64" -BROKEN= Doesn't build on AMD64 with FreeBSD 5.x (varargs issue) -. endif - . if defined(WITHOUT_REGEX) CONFIGURE_ARGS+=--disable-mbregex . endif |