diff options
author | kris <kris@FreeBSD.org> | 2004-05-13 09:13:30 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-13 09:13:30 +0000 |
commit | 37b41c8ef3820c93483ed1d4d35bf92f7d4dfc94 (patch) | |
tree | 5972c7a2f42a9047507c42ab572162afe5de946c | |
parent | 559ab11713350d695097bb92bf8a1ca1d1794eb5 (diff) | |
download | FreeBSD-ports-37b41c8ef3820c93483ed1d4d35bf92f7d4dfc94.zip FreeBSD-ports-37b41c8ef3820c93483ed1d4d35bf92f7d4dfc94.tar.gz |
BROKEN on sparc64: Does not compile
-rw-r--r-- | audio/xtuner/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Net-LibIDN/Makefile | 4 | ||||
-rw-r--r-- | dns/p5-Net-LibIDN/Makefile | 4 | ||||
-rw-r--r-- | games/quakeforge/Makefile | 4 |
4 files changed, 19 insertions, 1 deletions
diff --git a/audio/xtuner/Makefile b/audio/xtuner/Makefile index ab8d017..367c4b5 100644 --- a/audio/xtuner/Makefile +++ b/audio/xtuner/Makefile @@ -20,4 +20,10 @@ PLIST_FILES= bin/xtuner USE_IMAKE= YES USE_XPM= YES -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Net-LibIDN/Makefile b/devel/p5-Net-LibIDN/Makefile index a0c46d0..16bc537 100644 --- a/devel/p5-Net-LibIDN/Makefile +++ b/devel/p5-Net-LibIDN/Makefile @@ -28,4 +28,8 @@ MAN3= Net::LibIDN.3 IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 and try again .endif +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + .include <bsd.port.post.mk> diff --git a/dns/p5-Net-LibIDN/Makefile b/dns/p5-Net-LibIDN/Makefile index a0c46d0..16bc537 100644 --- a/dns/p5-Net-LibIDN/Makefile +++ b/dns/p5-Net-LibIDN/Makefile @@ -28,4 +28,8 @@ MAN3= Net::LibIDN.3 IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 and try again .endif +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + .include <bsd.port.post.mk> diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 72acf5c..4449778 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -40,6 +40,10 @@ WANT_SDL= yes .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ --with-global-cfg=${PREFIX}/etc/quakeforge.conf \ --with-sharepath=${PREFIX}/share/quakeforge \ |