mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
b8c4451936
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.
8 lines
95 B
Makefile
8 lines
95 B
Makefile
# $FreeBSD$
|
|
|
|
APQ_VERSION= 3.2.0
|
|
BASE_PORTREV= 0
|
|
DRV_ODBC_PR= 0
|
|
DRV_MYSQL_PR= 1
|
|
DRV_PGSQL_PR= 0
|