diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-14 05:42:43 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-14 05:42:43 +0800 |
commit | 009595d470b79410fb174311b1eeb8c5ee3e8532 (patch) | |
tree | 412d72e32fed6c019c5fed7cc0d6ec33b915c3cf /x11-toolkits/gtk12 | |
parent | 38cbda4b535a90936dfa8b64e181662113126398 (diff) | |
download | freebsd-ports-gnome-009595d470b79410fb174311b1eeb8c5ee3e8532.tar.gz freebsd-ports-gnome-009595d470b79410fb174311b1eeb8c5ee3e8532.tar.zst freebsd-ports-gnome-009595d470b79410fb174311b1eeb8c5ee3e8532.zip |
Correct the name of the gdk library in the gdk pkgconfig file. This should get
xscreensaver building correctly without needing to delete pkgconfig.
Bump PORTREVISION.
Reported by: many
Diffstat (limited to 'x11-toolkits/gtk12')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk12/files/patch-gdk.pc.in | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 66dcc772f13f..7565e4ea7f71 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk PORTVERSION= 1.2.10 -PORTREVISION= 5 +PORTREVISION= 6 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 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@ |