diff options
author | ale <ale@FreeBSD.org> | 2004-07-20 05:56:01 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-20 05:56:01 +0800 |
commit | d5098aebf70670266ae6bf66245eeda654dafffa (patch) | |
tree | 2fe1c152f94002000e6fb74fef7b215ad8ebb9fa /lang/php5 | |
parent | 352add6ee1a4847a5788c58597ba2aba6a65de40 (diff) | |
download | freebsd-ports-gnome-d5098aebf70670266ae6bf66245eeda654dafffa.tar.gz freebsd-ports-gnome-d5098aebf70670266ae6bf66245eeda654dafffa.tar.zst freebsd-ports-gnome-d5098aebf70670266ae6bf66245eeda654dafffa.zip |
Set default MySQL version to 4.1 for mysqli extension.
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 3f278e2ee453..93c0ca2fc30a 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -204,6 +204,7 @@ USE_MYSQL= yes CONFIGURE_ARGS+=--with-mysqli=${LOCALBASE}/bin/mysql_config USE_MYSQL= yes +DEFAULT_MYSQL_VER= 41 BROKEN_WITH_MYSQL= 323 40 .endif |