aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2008-06-05 15:55:04 +0800
committerale <ale@FreeBSD.org>2008-06-05 15:55:04 +0800
commitabfc3fdda7d1945ca0391e959ed48a80b5ad1133 (patch)
treedda117aa2d180b5452b92a524a58d9ad1eab9778 /databases
parente78231e6b2bfed0a7d5bf7a9b1a15f15ba834e19 (diff)
downloadfreebsd-ports-gnome-abfc3fdda7d1945ca0391e959ed48a80b5ad1133.tar.gz
freebsd-ports-gnome-abfc3fdda7d1945ca0391e959ed48a80b5ad1133.tar.zst
freebsd-ports-gnome-abfc3fdda7d1945ca0391e959ed48a80b5ad1133.zip
Re-enable build on FreeBSD >= 7, using gcc 3.4, since someone
still prefers this EOL release. PR: ports/124102 Submitted by: Tom Evans <tevans.uk@googlemail.com>
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql40-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile
index 7306a9f3b0e6..4e9b9ebf3f65 100644
--- a/databases/mysql40-server/Makefile
+++ b/databases/mysql40-server/Makefile
@@ -72,7 +72,7 @@ CFLAGS+= ${PTHREAD_CFLAGS}
.endif
.if ${OSVERSION} >= 700000
-IGNORE= obsolete and does not build with gcc4.2; use mysql 5 or later
+USE_GCC= 3.4
.endif
.if defined(BUILD_OPTIMIZED)
CFLAGS+= -O3 -fno-omit-frame-pointer -fno-gcse