summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-21 04:59:21 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-21 04:59:21 +0800
commit3852e8a6d9a37093aa7db265e853a1b34d7cef53 (patch)
tree258715abb1fe3467e78a45c6cb8b1f9a0fa743ae /x11-toolkits
parent5eb85f7c79026a74a7810485418cd040f174a149 (diff)
downloadmarcuscom-ports-3852e8a6d9a37093aa7db265e853a1b34d7cef53.tar
marcuscom-ports-3852e8a6d9a37093aa7db265e853a1b34d7cef53.tar.gz
marcuscom-ports-3852e8a6d9a37093aa7db265e853a1b34d7cef53.tar.bz2
marcuscom-ports-3852e8a6d9a37093aa7db265e853a1b34d7cef53.tar.lz
marcuscom-ports-3852e8a6d9a37093aa7db265e853a1b34d7cef53.tar.xz
marcuscom-ports-3852e8a6d9a37093aa7db265e853a1b34d7cef53.tar.zst
marcuscom-ports-3852e8a6d9a37093aa7db265e853a1b34d7cef53.zip
Make sure we install the gdk-pixbuf loaders before we query them. This
fixes problems where certain GNOME apps would fail to load certain image formats. Noticed by: adamw Koop Mast <einekoai@chello.nl> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1344 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk20/Makefile1
-rw-r--r--x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in17
2 files changed, 15 insertions, 3 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index aaa12244e..f0f0b6599 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gtk
PORTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.3,} \
ftp://ftp.gtk.org/pub/gtk/v2.3/ \
diff --git a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in
index fa3e1270f..be4bf4ed3 100644
--- a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in
+++ b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in
@@ -1,6 +1,6 @@
---- gdk-pixbuf/Makefile.in.orig Sat May 3 02:51:31 2003
-+++ gdk-pixbuf/Makefile.in Sat May 3 02:51:59 2003
-@@ -384,7 +384,9 @@
+--- gdk-pixbuf/Makefile.in.orig Thu Nov 20 15:39:55 2003
++++ gdk-pixbuf/Makefile.in Thu Nov 20 15:40:17 2003
+@@ -517,7 +517,9 @@
AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(loaderdir)\"" "-DBUILT_MODULES_DIR=\"$(srcdir)/.libs\""
@@ -11,3 +11,14 @@
noinst_PROGRAMS = test-gdk-pixbuf
test_gdk_pixbuf_LDADD = $(LDADDS)
+@@ -1346,8 +1348,8 @@
+
+ info-am:
+
+-install-data-am: install-data-local install-libgdk_pixbufincludeHEADERS \
+- install-loaderLTLIBRARIES
++install-data-am: install-libgdk_pixbufincludeHEADERS \
++ install-loaderLTLIBRARIES install-data-local
+
+ install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
+