aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2010-05-05 23:47:14 +0800
committerknu <knu@FreeBSD.org>2010-05-05 23:47:14 +0800
commitc33ae404c25b7895243254384b4ef3f20ee55599 (patch)
tree2bdc794bef361f2009c64d0b92e34d8578a87748 /databases
parentf1f9eb3c2eefe348bccb84b101bbdc27bd4d4b76 (diff)
downloadfreebsd-ports-gnome-c33ae404c25b7895243254384b4ef3f20ee55599.tar.gz
freebsd-ports-gnome-c33ae404c25b7895243254384b4ef3f20ee55599.tar.zst
freebsd-ports-gnome-c33ae404c25b7895243254384b4ef3f20ee55599.zip
This port does not compile with gcc older than 4.2.
Diffstat (limited to 'databases')
-rw-r--r--databases/kyotocabinet/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/kyotocabinet/Makefile b/databases/kyotocabinet/Makefile
index 139ebba151a7..2efbf3647db3 100644
--- a/databases/kyotocabinet/Makefile
+++ b/databases/kyotocabinet/Makefile
@@ -15,6 +15,7 @@ COMMENT= A straightforward implementation of DBM
MAKE_JOBS_SAFE= yes
+USE_GCC= 4.2+
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes