From 41d8c3385c21ae51629c8997035eae8a9423ff6c Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 5 Jan 2009 20:36:33 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older --- lang/php53/Makefile.ext | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lang/php53') diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index ef5dde8936ff..42a238cbc07f 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/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 -- cgit v1.2.3