diff options
author | marino <marino@FreeBSD.org> | 2015-03-03 22:55:28 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-03 22:55:28 +0800 |
commit | d333718af994f6f58656f8721fb3d4ae0ec3a586 (patch) | |
tree | 87bc866292198ff38114c9b3a25fe0d6472dedb8 /databases/apq | |
parent | f07391b455db1c31665b5ae5dea6586d0dcfb57c (diff) | |
download | freebsd-ports-gnome-d333718af994f6f58656f8721fb3d4ae0ec3a586.tar.gz freebsd-ports-gnome-d333718af994f6f58656f8721fb3d4ae0ec3a586.tar.zst freebsd-ports-gnome-d333718af994f6f58656f8721fb3d4ae0ec3a586.zip |
databases/apq-mysql: Support default MySQL (5.6)
This port generates some headers based on MySQL headers, and a couple
of the variables must have been deprecated because the resulting
variable name ended in "__UNUSED". Double underscores are not allowed
in Ada, so the build broke.
Since the Ada header is generated during the configure phase, I'm adding
a post-configure target to replace "__" with "_" to restore the build.
Since the dependencies change from MySQL 5.5 to MySQL 5.6, revbump.
Diffstat (limited to 'databases/apq')
-rw-r--r-- | databases/apq/Makefile.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/apq/Makefile.version b/databases/apq/Makefile.version index 9180d40c6919..3c65ebd5b8ba 100644 --- a/databases/apq/Makefile.version +++ b/databases/apq/Makefile.version @@ -3,5 +3,5 @@ APQ_VERSION= 3.2.0 BASE_PORTREV= 0 DRV_ODBC_PR= 0 -DRV_MYSQL_PR= 0 +DRV_MYSQL_PR= 1 DRV_PGSQL_PR= 0 |