pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/snes9x Expect Xxf86dga to exist with non-nat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a305af0981ab
branches:  trunk
changeset: 530045:a305af0981ab
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 15 17:16:02 2007 +0000

description:
Expect Xxf86dga to exist with non-native Xorg.Expect Xxf86dga to exist with non-native Xorg.

diffstat:

 emulators/snes9x/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2fd59acae2f6 -r a305af0981ab emulators/snes9x/Makefile
--- a/emulators/snes9x/Makefile Fri Jun 15 17:13:05 2007 +0000
+++ b/emulators/snes9x/Makefile Fri Jun 15 17:16:02 2007 +0000
@@ -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 @@
 .  endif
 .endif
 
-.if exists(${X11BASE}/lib/libXxf86dga.a)
+.if exists(${X11BASE}/lib/libXxf86dga.a) || ${X11_TYPE} != "native"
 CONFIGURE_ARGS+=       --with-extensions
 .endif
 



Home | Main Index | Thread Index | Old Index