aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql++1
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-19 09:23:11 +0800
committerkris <kris@FreeBSD.org>2004-09-19 09:23:11 +0800
commit80c13eedf5f44bbf732c80bfd56acfc8b274973c (patch)
tree162688a16c8e2cdf8c0f67557ca5b9db0854fb96 /databases/mysql++1
parent2dace28c9df0cbe7379c8ecf703e258f028acc62 (diff)
downloadfreebsd-ports-graphics-80c13eedf5f44bbf732c80bfd56acfc8b274973c.tar.gz
freebsd-ports-graphics-80c13eedf5f44bbf732c80bfd56acfc8b274973c.tar.zst
freebsd-ports-graphics-80c13eedf5f44bbf732c80bfd56acfc8b274973c.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'databases/mysql++1')
-rw-r--r--databases/mysql++1/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/mysql++1/Makefile b/databases/mysql++1/Makefile
index 6783f22da6b..15adf54899b 100644
--- a/databases/mysql++1/Makefile
+++ b/databases/mysql++1/Makefile
@@ -27,6 +27,11 @@ CONFIGURE_ARGS= --with-mysql=${LOCALBASE} \
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${OSVERSION} >= 500035
PATCHFILES= patch_gcc_3.3.gz
PATCH_SITES= ${MASTER_SITES}