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
commitda12f589a31b6374879fbc6b922ac8a6c050cec5 (patch)
tree9eaf8f3185c754630dcd74428c7ce864f8f6bca9 /emulators
parenta8eb2760928e7fec9fe51717140b3035fe491bc7 (diff)
downloadpkgsrc-da12f589a31b6374879fbc6b922ac8a6c050cec5.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