diff options
author | kris <kris@FreeBSD.org> | 2005-10-29 07:02:26 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-29 07:02:26 +0800 |
commit | d4f78f1b3fb7169e0c8edac4628ee62bd9319c8c (patch) | |
tree | 81cdfe766b2e33e9e4ecb6229bd649242ff60af2 /devel/commoncpp | |
parent | 7740465ecb4ac535ccca2dc1f3bd7a477fd8af0b (diff) | |
download | freebsd-ports-gnome-d4f78f1b3fb7169e0c8edac4628ee62bd9319c8c.tar.gz freebsd-ports-gnome-d4f78f1b3fb7169e0c8edac4628ee62bd9319c8c.tar.zst freebsd-ports-gnome-d4f78f1b3fb7169e0c8edac4628ee62bd9319c8c.zip |
BROKEN on 7.0: Does not compile
Diffstat (limited to 'devel/commoncpp')
-rw-r--r-- | devel/commoncpp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/commoncpp/Makefile b/devel/commoncpp/Makefile index 852a83647b12..113002ca2ac4 100644 --- a/devel/commoncpp/Makefile +++ b/devel/commoncpp/Makefile @@ -36,7 +36,13 @@ INFO= commoncpp2 CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700000 +BROKEN= "Does not compile on FreeBSD >= 7.0" +.endif + pre-configure: @${CP} ${LTMAIN} ${WRKSRC}/autoconf -.include <bsd.port.mk> +.include <bsd.port.post.mk> |