summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg>2007-06-15 17:16:02 +0000
committerjoerg <joerg>2007-06-15 17:16:02 +0000
commite983c83b896ed3ae5c943c53f7d113c8c003f173 (patch)
tree9eaf8f3185c754630dcd74428c7ce864f8f6bca9 /emulators
parent949476773b9399c27d7eec2bca9a2398fa7398e7 (diff)
downloadpkgsrc-e983c83b896ed3ae5c943c53f7d113c8c003f173.tar.gz
Expect Xxf86dga to exist with non-native Xorg.Expect Xxf86dga to exist with non-native Xorg.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/snes9x/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile
index 3afb3b32daa..aa1628eb68c 100644
--- a/emulators/snes9x/Makefile
+++ b/emulators/snes9x/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2007/02/15 22:53:09 joerg Exp $
+# $NetBSD: Makefile,v 1.42 2007/06/15 17:16:02 joerg Exp $
SNESVER= 1.43
DISTNAME= snes9x-${SNESVER}-src
@@ -65,7 +65,7 @@ MAKE_ENV+= FILEFORMAT=elf
. endif
.endif
-.if exists(${X11BASE}/lib/libXxf86dga.a)
+.if exists(${X11BASE}/lib/libXxf86dga.a) || ${X11_TYPE} != "native"
CONFIGURE_ARGS+= --with-extensions
.endif