diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 09:23:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 09:23:11 +0800 |
commit | 80c13eedf5f44bbf732c80bfd56acfc8b274973c (patch) | |
tree | 162688a16c8e2cdf8c0f67557ca5b9db0854fb96 /databases/mysql++1 | |
parent | 2dace28c9df0cbe7379c8ecf703e258f028acc62 (diff) | |
download | freebsd-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/Makefile | 5 |
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} |