summaryrefslogtreecommitdiff
path: root/emulators/snes9x/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-15 22:53:09 +0000
committerjoerg <joerg>2007-02-15 22:53:09 +0000
commitff9a3cdf6b7cfef8246c48bd1529beddea335f11 (patch)
treefb3e9006bcb99bdb626e62d963857870669e53ac /emulators/snes9x/patches
parent56f550dadb95fe3f434bdd139cbebe10aa8e5d58 (diff)
downloadpkgsrc-ff9a3cdf6b7cfef8246c48bd1529beddea335f11.tar.gz
Modular Xorg support.
Diffstat (limited to 'emulators/snes9x/patches')
-rw-r--r--emulators/snes9x/patches/patch-aq24
1 files changed, 18 insertions, 6 deletions
diff --git a/emulators/snes9x/patches/patch-aq b/emulators/snes9x/patches/patch-aq
index a98177ee1af..4ca14b5b920 100644
--- a/emulators/snes9x/patches/patch-aq
+++ b/emulators/snes9x/patches/patch-aq
@@ -1,7 +1,7 @@
-$NetBSD: patch-aq,v 1.2 2006/10/18 13:11:59 rillig Exp $
+$NetBSD: patch-aq,v 1.3 2007/02/15 22:53:09 joerg Exp $
---- configure.orig 2004-12-30 23:15:48.000000000 +0100
-+++ configure 2006-10-18 13:51:14.687896164 +0200
+--- configure.orig 2004-12-30 22:15:48.000000000 +0000
++++ configure
@@ -23,7 +23,9 @@ ac_help="$ac_help
ac_help="$ac_help
--with(out)-aido Use a shared memory area for output (default: without)"
@@ -145,7 +145,19 @@ $NetBSD: patch-aq,v 1.2 2006/10/18 13:11:59 rillig Exp $
JOYDEFINES=' -DJOYSTICK_SUPPORT'
else
with_joystick="no"
-@@ -4093,7 +4177,7 @@ fi
+@@ -4000,8 +4084,10 @@ cat > conftest.$ac_ext <<EOF
+ #line 4001 "configure"
+ #include "confdefs.h"
+
++#include <X11/Intrinsic.h>
++
+ int main() {
+-${x_direct_test_function}()
++${x_direct_test_function}(0)
+ ; return 0; }
+ EOF
+ if { (eval echo configure:4008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+@@ -4093,7 +4179,7 @@ fi
if test xyes = x$no_x ; then
echo "configure: warning: X is normally required to build on Unix." 1>&2
else
@@ -154,7 +166,7 @@ $NetBSD: patch-aq,v 1.2 2006/10/18 13:11:59 rillig Exp $
X_LIBS="-lX11 -lXext"
LIBS="$LIBS $X_LIBS"
SYSLIBS="$SYSLIBS $X_LDFLAGS $X_LIBS"
-@@ -4113,7 +4197,7 @@ if test "${with_extensions+set}" = set;
+@@ -4113,7 +4199,7 @@ if test "${with_extensions+set}" = set;
withval="$with_extensions"
:
else
@@ -163,7 +175,7 @@ $NetBSD: patch-aq,v 1.2 2006/10/18 13:11:59 rillig Exp $
fi
-@@ -4648,7 +4732,7 @@ else
+@@ -4648,7 +4734,7 @@ else
#line 4649 "configure"
#include "confdefs.h"