diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 16:35:34 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 16:35:34 +0800 |
commit | 245dcf3cc2374e43b9ff035b053bc74650041249 (patch) | |
tree | b6d0d0025f91323f3833da96cf9a27517b57b9b3 /devel/libchipcard | |
parent | 3d124e19783a44202462215706ae73b8345be12e (diff) | |
download | freebsd-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/Makefile | 10 |
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> |