From 9cc499cfc9c01b4af28c88394e49e1c565397ea1 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 19 Sep 2004 01:23:11 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- databases/mysql++/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'databases/mysql++') diff --git a/databases/mysql++/Makefile b/databases/mysql++/Makefile index 6783f22da6b4..15adf54899b9 100644 --- a/databases/mysql++/Makefile +++ b/databases/mysql++/Makefile @@ -27,6 +27,11 @@ CONFIGURE_ARGS= --with-mysql=${LOCALBASE} \ INSTALLS_SHLIB= yes .include + +.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} -- cgit v1.2.3