pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/genecys-client Add -lXext to the LIBS part of co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bcfd1727dc7
branches:  trunk
changeset: 495367:2bcfd1727dc7
user:      garbled <garbled%pkgsrc.org@localhost>
date:      Tue Jun 07 16:24:27 2005 +0000

description:
Add -lXext to the LIBS part of configure so it picks up GL and GLU ok.

diffstat:

 games/genecys-client/distinfo         |   3 ++-
 games/genecys-client/patches/patch-aa |  21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r eea8562e997b -r 2bcfd1727dc7 games/genecys-client/distinfo
--- a/games/genecys-client/distinfo     Tue Jun 07 16:21:41 2005 +0000
+++ b/games/genecys-client/distinfo     Tue Jun 07 16:24:27 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 23:11:58 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/06/07 16:24:27 garbled Exp $
 
 SHA1 (genecys-0.2.tar.gz) = 0140f91e1469237a385437ac7b2e6030902de110
 RMD160 (genecys-0.2.tar.gz) = 0039088028aae5f993a77d50c6d1c856ee61967d
 Size (genecys-0.2.tar.gz) = 786136 bytes
+SHA1 (patch-aa) = acce1d6620c0c2755c88b8751fec07eccc70970f
diff -r eea8562e997b -r 2bcfd1727dc7 games/genecys-client/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/genecys-client/patches/patch-aa     Tue Jun 07 16:24:27 2005 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1 2005/06/07 16:24:27 garbled Exp $
+--- client/configure.orig      2005-06-07 08:34:46.000000000 -0700
++++ client/configure   2005-06-07 08:38:22.000000000 -0700
+@@ -3088,7 +3088,7 @@
+ #define HAVE_LIBX11 1
+ _ACEOF
+ 
+-  LIBS="-lX11 $LIBS"
++  LIBS="-lX11 -lXext $LIBS"
+ 
+ else
+   { echo "$as_me:$LINENO: WARNING: \"cannot find required X11 library.\"" >&5
+@@ -3102,7 +3102,7 @@
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lGL  $LIBS"
++LIBS="-lGL $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF



Home | Main Index | Thread Index | Old Index