summaryrefslogtreecommitdiff
path: root/graphics/gtkglext
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-10-30 03:09:25 +0000
committerrh <rh@pkgsrc.org>2002-10-30 03:09:25 +0000
commite525650d57c64ed0d063922256be9d4729b94bf6 (patch)
treeb57a6c9b34c1159eea1751ac22709c1f6436e822 /graphics/gtkglext
parentc60effffcceee870310186cecfcaf1cc480de223 (diff)
downloadpkgsrc-e525650d57c64ed0d063922256be9d4729b94bf6.tar.gz
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'graphics/gtkglext')
-rw-r--r--graphics/gtkglext/Makefile3
-rw-r--r--graphics/gtkglext/distinfo3
-rw-r--r--graphics/gtkglext/patches/patch-aa11
3 files changed, 3 insertions, 14 deletions
diff --git a/graphics/gtkglext/Makefile b/graphics/gtkglext/Makefile
index 24ceba477be..8f7bf4f15ce 100644
--- a/graphics/gtkglext/Makefile
+++ b/graphics/gtkglext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/10/16 03:37:02 rh Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/30 03:09:32 rh Exp $
#
DISTNAME= gtkglext-0.5.1
@@ -17,6 +17,7 @@ USE_GMAKE= YES
USE_X11= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= ${WRKSRC}/gtkglext.pc.in
LIBS+= -lm
.include "../../textproc/gtk-doc/buildlink2.mk"
diff --git a/graphics/gtkglext/distinfo b/graphics/gtkglext/distinfo
index 69511569ddc..800d26268c3 100644
--- a/graphics/gtkglext/distinfo
+++ b/graphics/gtkglext/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/10/16 03:37:03 rh Exp $
+$NetBSD: distinfo,v 1.2 2002/10/30 03:09:33 rh Exp $
SHA1 (gtkglext-0.5.1.tar.bz2) = e721221127c7ce2b4d6a1d86837d0919ae36cc34
Size (gtkglext-0.5.1.tar.bz2) = 292316 bytes
-SHA1 (patch-aa) = ee0496edaf2a946ca52417bc80659bab1c062581
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@