summaryrefslogtreecommitdiff
path: root/emulators/snes9x/Makefile
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2002-12-30 21:40:10 +0000
committerkristerw <kristerw@pkgsrc.org>2002-12-30 21:40:10 +0000
commitc520677573312017227629976b7c620fe5ae549d (patch)
treeabd4081cbebe4d89e568b55ba37c11cbf5ba57b5 /emulators/snes9x/Makefile
parent1eb3380f9b4ccc684e94f2e6d6905a131c93fbd3 (diff)
downloadpkgsrc-c520677573312017227629976b7c620fe5ae549d.tar.gz
Make this compile for a.out too.
PKGREVISION++
Diffstat (limited to 'emulators/snes9x/Makefile')
-rw-r--r--emulators/snes9x/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile
index e82cc065a57..103843fa221 100644
--- a/emulators/snes9x/Makefile
+++ b/emulators/snes9x/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2002/12/28 17:18:01 kristerw Exp $
+# $NetBSD: Makefile,v 1.14 2002/12/30 21:40:10 kristerw Exp $
DISTNAME= s9xs139
PKGNAME= snes9x-1.39
-PKGREVISION= 1
+PKGREVISION= 2
WRKSRC= ${WRKDIR}/release
CATEGORIES= emulators
MASTER_SITES= http://www.snes9x.com/zips/
@@ -41,7 +41,7 @@ MAKE_ENV+= FILEFORMAT=aoutb
MAKE_ENV+= _ASM_UNDERBARS=1
.else
MAKE_ENV+= FILEFORMAT=elf
-# use assembler part only for ELF, since it doesn't link on a.out
+.endif
MAKE_ENV+= ZSNESFX=1
MAKE_ENV+= ZSNESC4=1
MAKE_ENV+= ASMCPU=1
@@ -50,7 +50,6 @@ MAKE_ENV+= ASMKREED=1
.endif
BUILD_DEFS+= USE_MMX
.endif
-.endif
.if exists(${X11BASE}/lib/libXxf86dga.a)
MAKE_ENV+= NETBSD_USE_DGA=1