aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk12/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-13 21:42:43 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-13 21:42:43 +0000
commitb3462d152b359771e6a37af540a8f2ba96913774 (patch)
treec05633e4a6a11c119c516e4814d1668291b18429 /x11-toolkits/gtk12/files
parent0e14e60e628b3c78eaef72c75bfb5907a268a6e5 (diff)
downloadports-b3462d152b359771e6a37af540a8f2ba96913774.tar.gz
ports-b3462d152b359771e6a37af540a8f2ba96913774.zip
Notes
Diffstat (limited to 'x11-toolkits/gtk12/files')
-rw-r--r--x11-toolkits/gtk12/files/patch-gdk.pc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-toolkits/gtk12/files/patch-gdk.pc.in b/x11-toolkits/gtk12/files/patch-gdk.pc.in
new file mode 100644
index 000000000000..d979de198d11
--- /dev/null
+++ b/x11-toolkits/gtk12/files/patch-gdk.pc.in
@@ -0,0 +1,9 @@
+--- gdk.pc.in.orig Thu Jun 13 17:39:33 2002
++++ gdk.pc.in Thu Jun 13 17:39:43 2002
+@@ -7,5 +7,5 @@
+ Description: GIMP Drawing Kit
+ Version: @VERSION@
+ Requires: glib
+-Libs: -L${libdir} @x_ldflags@ -lgdk @INTLLIBS@ @GDK_WLIBS@ @x_libs@ -lm
++Libs: -L${libdir} @x_ldflags@ -lgdk12 @INTLLIBS@ @GDK_WLIBS@ @x_libs@ -lm
+ Cflags: -I${includedir}/gtk-1.2 @x_cflags@