diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 00:55:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 00:55:15 +0000 |
commit | 044cff0902e0a383af054a2c99ed009e00f90e3d (patch) | |
tree | 1cd1439ee427a2fc168540bd9c33eb1e086485ac /games/xsc/patches | |
parent | a0cfb36ebb721d63c2fa6c3b8630046f9d2cd88f (diff) | |
download | pkgsrc-044cff0902e0a383af054a2c99ed009e00f90e3d.tar.gz |
Modular Xorg support.
Diffstat (limited to 'games/xsc/patches')
-rw-r--r-- | games/xsc/patches/patch-ab | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/games/xsc/patches/patch-ab b/games/xsc/patches/patch-ab index de296fb4e14..2adb3c30107 100644 --- a/games/xsc/patches/patch-ab +++ b/games/xsc/patches/patch-ab @@ -1,8 +1,20 @@ -$NetBSD: patch-ab,v 1.1 2006/09/19 23:31:40 joerg Exp $ +$NetBSD: patch-ab,v 1.2 2007/02/02 01:13:57 joerg Exp $ ---- configure.orig 2006-09-20 01:23:24.000000000 +0000 +--- configure.orig 2005-01-02 19:10:05.000000000 +0000 +++ configure -@@ -2236,31 +2236,11 @@ if eval "test \"`echo '$''{'ac_cv_func_$ +@@ -1283,9 +1283,10 @@ if test "$ac_x_libraries" = NO; then + cat > conftest.$ac_ext <<EOF + #line 1285 "configure" + #include "confdefs.h" ++#include <X11/Intrinsic.h> + + int main() { +-${x_direct_test_function}() ++XtMalloc(0) + ; return 0; } + EOF + if { (eval echo configure:1292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +@@ -2236,31 +2237,11 @@ if eval "test \"`echo '$''{'ac_cv_func_$ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF @@ -37,7 +49,7 @@ $NetBSD: patch-ab,v 1.1 2006/09/19 23:31:40 joerg Exp $ EOF if { (eval echo configure:2266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* -@@ -2354,55 +2334,71 @@ fi +@@ -2354,55 +2335,71 @@ fi done @@ -139,7 +151,7 @@ $NetBSD: patch-ab,v 1.1 2006/09/19 23:31:40 joerg Exp $ cat >> confdefs.h <<EOF #define $ac_tr_func 1 EOF -@@ -2411,8 +2407,6 @@ else +@@ -2411,8 +2408,6 @@ else echo "$ac_t""no" 1>&6 false fi |