summaryrefslogtreecommitdiff
path: root/graphics/gtkglext/patches
diff options
context:
space:
mode:
authorrh <rh>2002-10-30 03:09:25 +0000
committerrh <rh>2002-10-30 03:09:25 +0000
commit4420c0738fb454cd1c2373e2252c894ff1e0da1d (patch)
treeb57a6c9b34c1159eea1751ac22709c1f6436e822 /graphics/gtkglext/patches
parent59c8ab91dfdd31d963a8b0328b20b6c185db65e4 (diff)
downloadpkgsrc-4420c0738fb454cd1c2373e2252c894ff1e0da1d.tar.gz
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'graphics/gtkglext/patches')
-rw-r--r--graphics/gtkglext/patches/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/gtkglext/patches/patch-aa b/graphics/gtkglext/patches/patch-aa
deleted file mode 100644
index e9ba76488aa..00000000000
--- a/graphics/gtkglext/patches/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
-$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@