summaryrefslogtreecommitdiffstats
path: root/devel/libg++/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 11:41:56 +0000
committerkris <kris@FreeBSD.org>2003-05-18 11:41:56 +0000
commitd302df41a63502e1615ae1050b39f0e25d2e0124 (patch)
tree5908a569c7f662be346477236e52df113f1ea0a4 /devel/libg++/Makefile
parent6cf6fe6cff13085afdaa3c9ad52e8563e6558677 (diff)
downloadFreeBSD-ports-d302df41a63502e1615ae1050b39f0e25d2e0124.zip
FreeBSD-ports-d302df41a63502e1615ae1050b39f0e25d2e0124.tar.gz
BROKEN on 5.1: bad C++
Diffstat (limited to 'devel/libg++/Makefile')
-rw-r--r--devel/libg++/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile
index 0a98209..07b83bf 100644
--- a/devel/libg++/Makefile
+++ b/devel/libg++/Makefile
@@ -23,10 +23,16 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
COMMENT= A libg++ container classes for EGCS and later versions of GCC
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
PLIST_SUB= GCC28SUBDIR=${GCC28DIR}
pre-configure:
@${CP} -p ${FILESDIR}/Makefile.libg++ ${WRKSRC}/Makefile
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud