summaryrefslogtreecommitdiff
path: root/graphics/gtkglext/patches
diff options
context:
space:
mode:
authorrh <rh>2002-10-16 03:37:02 +0000
committerrh <rh>2002-10-16 03:37:02 +0000
commitdd667678c143af1578c8c162d204a3f963772fbb (patch)
tree1512019f494490733e61f77945edf03d810c14aa /graphics/gtkglext/patches
parentf50c8fb260e5c70128d84bb943590ea02969d029 (diff)
downloadpkgsrc-dd667678c143af1578c8c162d204a3f963772fbb.tar.gz
Initial import of gtkglext-0.5.1, an OpenGL extension to gtk2
Diffstat (limited to 'graphics/gtkglext/patches')
-rw-r--r--graphics/gtkglext/patches/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gtkglext/patches/patch-aa b/graphics/gtkglext/patches/patch-aa
new file mode 100644
index 00000000000..e9ba76488aa
--- /dev/null
+++ b/graphics/gtkglext/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/10/16 03:37:03 rh Exp $
+
+--- gtkglext.pc.in.orig Tue May 28 08:36:12 2002
++++ gtkglext.pc.in
+@@ -10,5 +10,5 @@ Name: GtkGLExt
+ Description: OpenGL Extension to GTK+ (${target} target)
+ Version: @VERSION@
+ Requires: gdkglext-${target}-${api_version} @GTKGLEXT_PACKAGES@
+-Libs: -L${libdir} -lgtkglext-${target}-${api_version} @GTKGLEXT_EXTRA_LIBS@
++Libs: -Wl,-R${libdir} -L${libdir} -lgtkglext-${target}-${api_version} @GTKGLEXT_EXTRA_LIBS@
+ Cflags: -I${includedir}/gtkglext-${api_version} @GTKGLEXT_EXTRA_CFLAGS@