summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk30/files/patch-Makefile.in
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-07 21:54:54 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-07 21:54:54 +0800
commit0541683aefe2ee6858bf54020d04a0e05df163b3 (patch)
tree7dfa344773db1466ae8c36dd840e21a1d58dd25a /x11-toolkits/gtk30/files/patch-Makefile.in
parent121069276f43c311d18625f86426806f2ffb711a (diff)
downloadmarcuscom-ports-0541683aefe2ee6858bf54020d04a0e05df163b3.tar
marcuscom-ports-0541683aefe2ee6858bf54020d04a0e05df163b3.tar.gz
marcuscom-ports-0541683aefe2ee6858bf54020d04a0e05df163b3.tar.bz2
marcuscom-ports-0541683aefe2ee6858bf54020d04a0e05df163b3.tar.lz
marcuscom-ports-0541683aefe2ee6858bf54020d04a0e05df163b3.tar.xz
marcuscom-ports-0541683aefe2ee6858bf54020d04a0e05df163b3.tar.zst
marcuscom-ports-0541683aefe2ee6858bf54020d04a0e05df163b3.zip
Update to 2.99.0
Fix some configure bashisms. Big thanks goes to jilles@ for coming up with fixes. Don't install gtk-builder-convert gtk-update-icon-cache. These where versioned before with -3.0 but other ports and script just called the unversioned versions. Add depend gtk20 to get access to these programs. If someone has a beter idea how we can make these two program available to both gtk's without the need that gtk30 depends on gtk20. Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=635207 Upstream commit: http://git.gnome.org/browse/gtk+/commit/?id=a975d62071d71814eb9e6b3c379228f4cd66f0d3 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14980 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-Makefile.in')
-rw-r--r--x11-toolkits/gtk30/files/patch-Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-toolkits/gtk30/files/patch-Makefile.in b/x11-toolkits/gtk30/files/patch-Makefile.in
deleted file mode 100644
index 484e0dd9c..000000000
--- a/x11-toolkits/gtk30/files/patch-Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.orig 2010-12-25 22:08:00.000000000 +0100
-+++ Makefile.in 2010-12-25 22:24:02.000000000 +0100
-@@ -415,7 +415,7 @@
- || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
- && DISPLAY=:$$XID && export DISPLAY
-
--SRC_SUBDIRS = gdk gtk modules demos tests perf examples
-+SRC_SUBDIRS = gdk gtk modules demos perf examples
- SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
- ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
- MAINTAINERCLEANFILES = \
-@@ -441,7 +441,7 @@
-
- pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = gdk-3.0.pc gtk+-3.0.pc gail-3.0.pc $(patsubst \
-- %,gtk+-%-3.0.pc,@gdktarget@) $(am__append_1)
-+ %,gtk+-%-3.0.pc,@gdktarget@) $(patsubst %,gdk-%-3.0.pc,@gdktarget@) $(am__append_1)
- DISTCLEANFILES = \
- gtk+-unix-print-3.0.pc \
- gtk+-3.0.pc \