diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-27 03:34:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-27 03:34:01 +0800 |
commit | 77d94cff6e6e3ca275703209d2eaa3d42db5fc56 (patch) | |
tree | fd2a6c0eb3b6da7b1e1a56186caa05fdaefd579a /databases | |
parent | c42964cb7092b5b0757eccce588bf9d1226d45b4 (diff) | |
download | freebsd-ports-gnome-77d94cff6e6e3ca275703209d2eaa3d42db5fc56.tar.gz freebsd-ports-gnome-77d94cff6e6e3ca275703209d2eaa3d42db5fc56.tar.zst freebsd-ports-gnome-77d94cff6e6e3ca275703209d2eaa3d42db5fc56.zip |
- Fix build on 10.x by switching to USE_GCC
Diffstat (limited to 'databases')
-rw-r--r-- | databases/php5-pdo_cassandra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile index a60b6b2b5f25..642a75bce3c1 100644 --- a/databases/php5-pdo_cassandra/Makefile +++ b/databases/php5-pdo_cassandra/Makefile @@ -27,6 +27,7 @@ USE_PHP= pdo USE_PHPEXT= yes DEFAULT_PHP_VER=5 IGNORE_WITH_PHP=52 +USE_GCC= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/thrift/bsd.thrift.mk" |