summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk12
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-06-14 04:20:57 +0000
committermarcus <marcus@FreeBSD.org>2002-06-14 04:20:57 +0000
commit229f8549c472380bb829dbe2dfdf2f889a1bb5cd (patch)
tree0378b464de954386d054bb876101afcda6b53c9f /x11-toolkits/gtk12
parente7d6b45ce0e9037ea24b77d04438eb5ccd9e36ed (diff)
downloadFreeBSD-ports-229f8549c472380bb829dbe2dfdf2f889a1bb5cd.zip
FreeBSD-ports-229f8549c472380bb829dbe2dfdf2f889a1bb5cd.tar.gz
Fix another problem in the pkgconfig files for these ports. After running
a build of xscreensaver and xscreensaver-gnome, everything looks good. Reported by: dougb
Diffstat (limited to 'x11-toolkits/gtk12')
-rw-r--r--x11-toolkits/gtk12/Makefile2
-rw-r--r--x11-toolkits/gtk12/files/patch-gdk.pc.in7
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile
index 7565e4e..03e3a35 100644
--- a/x11-toolkits/gtk12/Makefile
+++ b/x11-toolkits/gtk12/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gtk
PORTVERSION= 1.2.10
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gtk+
diff --git a/x11-toolkits/gtk12/files/patch-gdk.pc.in b/x11-toolkits/gtk12/files/patch-gdk.pc.in
index d979de1..f7b7a7b 100644
--- a/x11-toolkits/gtk12/files/patch-gdk.pc.in
+++ b/x11-toolkits/gtk12/files/patch-gdk.pc.in
@@ -1,9 +1,10 @@
---- gdk.pc.in.orig Thu Jun 13 17:39:33 2002
-+++ gdk.pc.in Thu Jun 13 17:39:43 2002
+--- gdk.pc.in.orig Wed Nov 29 20:18:35 2000
++++ gdk.pc.in Fri Jun 14 00:04:34 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
+-Cflags: -I${includedir}/gtk-1.2 @x_cflags@
+Libs: -L${libdir} @x_ldflags@ -lgdk12 @INTLLIBS@ @GDK_WLIBS@ @x_libs@ -lm
- Cflags: -I${includedir}/gtk-1.2 @x_cflags@
++Cflags: -I${includedir} @x_cflags@
OpenPOWER on IntegriCloud