diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-13 09:13:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-13 09:13:30 +0000 |
commit | da4975035e3d362896429a82d40426424d9bac4f (patch) | |
tree | 4ae5e940f6df803d90de9e2183805d0acb11001a | |
parent | BROKEN on sparc64: Build fails (diff) |
BROKEN on sparc64: Does not compile
Notes
Notes:
svn path=/head/; revision=109065
-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 ab8d017a66b6..367c4b59de34 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 a0c46d0cd753..16bc5378bbd1 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 a0c46d0cd753..16bc5378bbd1 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 72acf5c9f8f6..44497789b9fd 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 \ |