summaryrefslogtreecommitdiff
path: root/databases/mysql++1
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-19 01:23:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-19 01:23:11 +0000
commit9cc499cfc9c01b4af28c88394e49e1c565397ea1 (patch)
treef545ac80673328c2c848c94c672375d6288a2b87 /databases/mysql++1
parentBROKEN on 5.x: Broken pkg-plist (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118274
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 6783f22da6b4..15adf54899b9 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}