diff options
author | rh <rh> | 2001-04-07 19:34:31 +0000 |
---|---|---|
committer | rh <rh> | 2001-04-07 19:34:31 +0000 |
commit | 7af30014265d671ee0782652bd0ec4408ca88fbe (patch) | |
tree | 783c109406f63a3b6ed539e0b1d27680428c6870 /x11/gtkglarea/patches | |
parent | 6cdbbe7fa838b1fda3c672b0feb6ee8cafc084ba (diff) | |
download | pkgsrc-7af30014265d671ee0782652bd0ec4408ca88fbe.tar.gz |
Update gtkglarea to 1.2.2. Changes are minor bugfixes only.
Diffstat (limited to 'x11/gtkglarea/patches')
-rw-r--r-- | x11/gtkglarea/patches/patch-aa | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/x11/gtkglarea/patches/patch-aa b/x11/gtkglarea/patches/patch-aa index d0abb6b899f..2ff72277123 100644 --- a/x11/gtkglarea/patches/patch-aa +++ b/x11/gtkglarea/patches/patch-aa @@ -1,26 +1,26 @@ -$NetBSD: patch-aa,v 1.4 2000/06/21 03:20:34 jlam Exp $ +$NetBSD: patch-aa,v 1.5 2001/04/07 19:34:32 rh Exp $ ---- configure.orig Thu Feb 25 14:29:00 1999 -+++ configure Tue Jun 20 23:12:13 2000 -@@ -2241,7 +2241,7 @@ +--- configure.orig Wed Feb 16 21:30:35 2000 ++++ configure +@@ -1965,7 +1965,7 @@ echo $ac_n "checking Mesa""... $ac_c" 1>&6 - echo "configure:2244: checking Mesa" >&5 + echo "configure:1968: checking Mesa" >&5 -LIBS="$saved_LIBS $GTK_LIBS $GL_LDOPTS -lMesaGL" +LIBS="$saved_LIBS $GTK_LIBS $GL_LDOPTS -lGL" cat > conftest.$ac_ext <<EOF - #line 2247 "configure" + #line 1971 "configure" #include "confdefs.h" -@@ -2265,7 +2265,7 @@ +@@ -1989,7 +1989,7 @@ if test "x$have_MesaGL" = "xno"; then echo $ac_n "checking Mesa with pthreads""... $ac_c" 1>&6 - echo "configure:2268: checking Mesa with pthreads" >&5 + echo "configure:1992: checking Mesa with pthreads" >&5 - LIBS="$saved_LIBS $GTK_LIBS $GL_LDOPTS -lMesaGL -lpthread" + LIBS="$saved_LIBS $GTK_LIBS $GL_LDOPTS -lGL -lpthread" cat > conftest.$ac_ext <<EOF - #line 2271 "configure" + #line 1995 "configure" #include "confdefs.h" -@@ -2301,9 +2301,9 @@ +@@ -2025,9 +2025,9 @@ elif test "x$with_lib_MesaGL" = "xyes"; then if test "x$have_MesaGL" = "xyes"; then @@ -32,7 +32,7 @@ $NetBSD: patch-aa,v 1.4 2000/06/21 03:20:34 jlam Exp $ else { echo "configure: error: Missing MesaGL library" 1>&2; exit 1; } fi -@@ -2313,9 +2313,9 @@ +@@ -2037,9 +2037,9 @@ if test "x$have_GL" = "xyes"; then GL_LIBS="$GL_LDOPTS -lGLU -lGL" elif test "x$have_MesaGL" = "xyes"; then |