diff options
author | dougb <dougb@FreeBSD.org> | 2011-10-17 12:35:02 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-10-17 12:35:02 +0800 |
commit | 1e45c82800003881f68ecd40478aa7d38a698dc2 (patch) | |
tree | 4dd7768778f5758186d364b5712dc0979a1ec001 /lang | |
parent | a97fa1b76b6539504f41723c74ba97e3232b8fb7 (diff) | |
download | freebsd-ports-gnome-1e45c82800003881f68ecd40478aa7d38a698dc2.tar.gz freebsd-ports-gnome-1e45c82800003881f68ecd40478aa7d38a698dc2.tar.zst freebsd-ports-gnome-1e45c82800003881f68ecd40478aa7d38a698dc2.zip |
Remove references to mysql 323 and 40, most commonly of the form:
IGNORE_WITH_MYSQL= 323 40
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5/Makefile.ext | 1 | ||||
-rw-r--r-- | lang/php52/Makefile.ext | 1 | ||||
-rw-r--r-- | lang/php53/Makefile.ext | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 3bd8be6799aa..e57f760adcae 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -512,7 +512,6 @@ CONFIGURE_ARGS+=--with-mysqli=mysqlnd CONFIGURE_ARGS+=--with-mysqli=${LOCALBASE}/bin/mysql_config USE_MYSQL= yes -BROKEN_WITH_MYSQL= 323 40 . endif .endif diff --git a/lang/php52/Makefile.ext b/lang/php52/Makefile.ext index a4f8159b0022..03658932796b 100644 --- a/lang/php52/Makefile.ext +++ b/lang/php52/Makefile.ext @@ -214,7 +214,6 @@ USE_MYSQL= yes CONFIGURE_ARGS+=--with-mysqli=${LOCALBASE}/bin/mysql_config USE_MYSQL= yes -BROKEN_WITH_MYSQL= 323 40 USE_PHP= spl USE_PHP_BUILD= yes diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 3bd8be6799aa..e57f760adcae 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -512,7 +512,6 @@ CONFIGURE_ARGS+=--with-mysqli=mysqlnd CONFIGURE_ARGS+=--with-mysqli=${LOCALBASE}/bin/mysql_config USE_MYSQL= yes -BROKEN_WITH_MYSQL= 323 40 . endif .endif |