summaryrefslogtreecommitdiff
path: root/graphics/gle
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-03-24 22:27:41 +0000
committerrh <rh@pkgsrc.org>2002-03-24 22:27:41 +0000
commit94f276f56c158bb1fd49f6c5b2ca66ff764cf98c (patch)
tree1ddfdd6122c20d9c7afbd2a093ba2a702b36e1e0 /graphics/gle
parentc420d3ed35251398b386f359d7f10463607b0f75 (diff)
downloadpkgsrc-94f276f56c158bb1fd49f6c5b2ca66ff764cf98c.tar.gz
Reorder link line for GLE example programs so linking works again. Fixes
provided in PR pkg/14240 by Rafal <rafal@netbsd.org>.
Diffstat (limited to 'graphics/gle')
-rw-r--r--graphics/gle/distinfo3
-rw-r--r--graphics/gle/patches/patch-ac13
2 files changed, 15 insertions, 1 deletions
diff --git a/graphics/gle/distinfo b/graphics/gle/distinfo
index 1b761dd6f36..84c595c4ca9 100644
--- a/graphics/gle/distinfo
+++ b/graphics/gle/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2001/06/18 21:20:36 jlam Exp $
+$NetBSD: distinfo,v 1.4 2002/03/24 22:27:41 rh Exp $
SHA1 (gle-3.0.3.tar.gz) = bd469b571bc4128fe9eac75703d7f96b31a506ac
Size (gle-3.0.3.tar.gz) = 702445 bytes
SHA1 (patch-aa) = 6462fbc9389723c79edd6deb971d013ef006d1b4
SHA1 (patch-ab) = b583b4ffcc389548f07f83b7e88d6c665aaca3ef
+SHA1 (patch-ac) = 1cf307bc45274c72c2d8c9f860af8041c6dca34a
diff --git a/graphics/gle/patches/patch-ac b/graphics/gle/patches/patch-ac
new file mode 100644
index 00000000000..a7646ae8d45
--- /dev/null
+++ b/graphics/gle/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2002/03/24 22:27:42 rh Exp $
+
+--- configure.orig Thu Apr 26 05:27:41 2001
++++ configure
+@@ -3202,7 +3202,7 @@
+ # cc @X_LIBS@ (-lfoo...) @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@
+ # (Perhaps X_LIBS should have been called X_LDFLAGS.)
+
+-X_LIBS="$X_LIBS -lgle -lXi -lXext -lXmu -lXt -lX11"
++X_LIBS="-lgle $X_LIBS -lXi -lXext -lXmu -lXt -lX11"
+
+ trap '' 1 2 15
+ cat > confcache <<\EOF