diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-03-25 11:36:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-03-25 11:36:32 +0000 |
commit | eac489a734bf4f8b3450cbeab872f18f752b5ce3 (patch) | |
tree | 31091b309bc79046ae682e5c68d456c2ca26a887 /emulators | |
parent | b09f3918cabae26960cd5881122c561c43191e9e (diff) | |
download | ports-eac489a734bf4f8b3450cbeab872f18f752b5ce3.tar.gz ports-eac489a734bf4f8b3450cbeab872f18f752b5ce3.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mame-devel/Makefile | 3 | ||||
-rw-r--r-- | emulators/mame/Makefile | 3 | ||||
-rw-r--r-- | emulators/mess/Makefile | 3 | ||||
-rw-r--r-- | emulators/sdlmame-devel/Makefile | 3 | ||||
-rw-r--r-- | emulators/sdlmame/Makefile | 3 | ||||
-rw-r--r-- | emulators/sdlmess/Makefile | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/emulators/mame-devel/Makefile b/emulators/mame-devel/Makefile index ac3befc2d47e..9850695402b3 100644 --- a/emulators/mame-devel/Makefile +++ b/emulators/mame-devel/Makefile @@ -42,6 +42,9 @@ EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch .if ${ARCH} == "amd64" MAKE_ENV+= PTR64=1 .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif post-patch: @${REINPLACE_CMD} -e "s|ui.bdf|${DATADIR}/ui.bdf|g" ${WRKSRC}/src/emu/ui.c diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index ac3befc2d47e..9850695402b3 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -42,6 +42,9 @@ EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch .if ${ARCH} == "amd64" MAKE_ENV+= PTR64=1 .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif post-patch: @${REINPLACE_CMD} -e "s|ui.bdf|${DATADIR}/ui.bdf|g" ${WRKSRC}/src/emu/ui.c diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 35844a03e9b8..0cc12ced66b7 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -41,6 +41,9 @@ EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch .if ${ARCH} == "amd64" MAKE_ENV+= PTR64=1 .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif post-patch: @${REINPLACE_CMD} -e "s|ui.bdf|${DATADIR}/ui.bdf|g" ${WRKSRC}/src/emu/ui.c diff --git a/emulators/sdlmame-devel/Makefile b/emulators/sdlmame-devel/Makefile index ac3befc2d47e..9850695402b3 100644 --- a/emulators/sdlmame-devel/Makefile +++ b/emulators/sdlmame-devel/Makefile @@ -42,6 +42,9 @@ EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch .if ${ARCH} == "amd64" MAKE_ENV+= PTR64=1 .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif post-patch: @${REINPLACE_CMD} -e "s|ui.bdf|${DATADIR}/ui.bdf|g" ${WRKSRC}/src/emu/ui.c diff --git a/emulators/sdlmame/Makefile b/emulators/sdlmame/Makefile index ac3befc2d47e..9850695402b3 100644 --- a/emulators/sdlmame/Makefile +++ b/emulators/sdlmame/Makefile @@ -42,6 +42,9 @@ EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch .if ${ARCH} == "amd64" MAKE_ENV+= PTR64=1 .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif post-patch: @${REINPLACE_CMD} -e "s|ui.bdf|${DATADIR}/ui.bdf|g" ${WRKSRC}/src/emu/ui.c diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile index 35844a03e9b8..0cc12ced66b7 100644 --- a/emulators/sdlmess/Makefile +++ b/emulators/sdlmess/Makefile @@ -41,6 +41,9 @@ EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch .if ${ARCH} == "amd64" MAKE_ENV+= PTR64=1 .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif post-patch: @${REINPLACE_CMD} -e "s|ui.bdf|${DATADIR}/ui.bdf|g" ${WRKSRC}/src/emu/ui.c |