diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-15 17:16:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-15 17:16:02 +0000 |
commit | ddcb773c75dd8e0c7ac46125f6fa19ff349ee9d5 (patch) | |
tree | 9eaf8f3185c754630dcd74428c7ce864f8f6bca9 /emulators/snes9x | |
parent | bac30104ff74cebe0f27cb6f7ee67a09b8c14528 (diff) | |
download | pkgsrc-ddcb773c75dd8e0c7ac46125f6fa19ff349ee9d5.tar.gz |
Expect Xxf86dga to exist with non-native Xorg.Expect Xxf86dga to exist with non-native Xorg.
Diffstat (limited to 'emulators/snes9x')
-rw-r--r-- | emulators/snes9x/Makefile | 4 |
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 |