aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libchipcard
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-30 16:35:34 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-30 16:35:34 +0800
commit245dcf3cc2374e43b9ff035b053bc74650041249 (patch)
treeb6d0d0025f91323f3833da96cf9a27517b57b9b3 /devel/libchipcard
parent3d124e19783a44202462215706ae73b8345be12e (diff)
downloadfreebsd-ports-gnome-245dcf3cc2374e43b9ff035b053bc74650041249.tar.gz
freebsd-ports-gnome-245dcf3cc2374e43b9ff035b053bc74650041249.tar.zst
freebsd-ports-gnome-245dcf3cc2374e43b9ff035b053bc74650041249.zip
Mark as broken with gcc4.2 on amd64 and sparc64.
Diffstat (limited to 'devel/libchipcard')
-rw-r--r--devel/libchipcard/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/devel/libchipcard/Makefile b/devel/libchipcard/Makefile
index fd667067dc8a..ff0ab5f0ed75 100644
--- a/devel/libchipcard/Makefile
+++ b/devel/libchipcard/Makefile
@@ -40,4 +40,12 @@ post-install:
@${INSTALL_SCRIPT} ${WRKSRC}/freebsd/chipcardd.sh ${PREFIX}/etc/rc.d
@${SED} -e 's,%%PREFIX%%,${PREFIX},' ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile with GCC 4.2
+.endif
+.endif
+
+.include <bsd.port.post.mk>