diff options
author | linimon <linimon@FreeBSD.org> | 2008-02-01 19:23:28 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-02-01 19:23:28 +0800 |
commit | b1d3a348cb9eb0f1deae1320fef743dcfd937c39 (patch) | |
tree | 4b52a2570258618ae22e08f5006c9e6ab46849dc /emulators | |
parent | d66dff9fc6883fa4650449a68cc33cb949b1eef2 (diff) | |
download | freebsd-ports-gnome-b1d3a348cb9eb0f1deae1320fef743dcfd937c39.tar.gz freebsd-ports-gnome-b1d3a348cb9eb0f1deae1320fef743dcfd937c39.tar.zst freebsd-ports-gnome-b1d3a348cb9eb0f1deae1320fef743dcfd937c39.zip |
Mark as broken on sparc64: fail to compile.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mame-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/mame/Makefile | 4 | ||||
-rw-r--r-- | emulators/mess/Makefile | 8 | ||||
-rw-r--r-- | emulators/sdlmame-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/sdlmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/sdlmess/Makefile | 8 |
6 files changed, 30 insertions, 2 deletions
diff --git a/emulators/mame-devel/Makefile b/emulators/mame-devel/Makefile index d6a571494c1d..599dafc0adf6 100644 --- a/emulators/mame-devel/Makefile +++ b/emulators/mame-devel/Makefile @@ -52,4 +52,8 @@ post-install: USE_GCC= 4.2+ .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + .include <bsd.port.post.mk> diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index d6a571494c1d..599dafc0adf6 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -52,4 +52,8 @@ post-install: USE_GCC= 4.2+ .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + .include <bsd.port.post.mk> diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 9b7217a878d2..83e50fe45e65 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -45,4 +45,10 @@ post-install: @${CAT} ${PKGMESSAGE} @${ECHO_CMD} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> diff --git a/emulators/sdlmame-devel/Makefile b/emulators/sdlmame-devel/Makefile index d6a571494c1d..599dafc0adf6 100644 --- a/emulators/sdlmame-devel/Makefile +++ b/emulators/sdlmame-devel/Makefile @@ -52,4 +52,8 @@ post-install: USE_GCC= 4.2+ .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + .include <bsd.port.post.mk> diff --git a/emulators/sdlmame/Makefile b/emulators/sdlmame/Makefile index d6a571494c1d..599dafc0adf6 100644 --- a/emulators/sdlmame/Makefile +++ b/emulators/sdlmame/Makefile @@ -52,4 +52,8 @@ post-install: USE_GCC= 4.2+ .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + .include <bsd.port.post.mk> diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile index 9b7217a878d2..83e50fe45e65 100644 --- a/emulators/sdlmess/Makefile +++ b/emulators/sdlmess/Makefile @@ -45,4 +45,10 @@ post-install: @${CAT} ${PKGMESSAGE} @${ECHO_CMD} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |