summaryrefslogtreecommitdiffstats
path: root/games/monkeybubble/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-02 09:42:14 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-02 09:42:14 +0800
commit0df4c8d4f44b4fbf4f5d900b1b523547da091f59 (patch)
tree4365aaa610847d11190fa14559851eac810ff681 /games/monkeybubble/files
parentccc651461327d01539efb96e4021744fa8b385fa (diff)
downloadmarcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar
marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar.gz
marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar.bz2
marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar.lz
marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar.xz
marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.tar.zst
marcuscom-ports-0df4c8d4f44b4fbf4f5d900b1b523547da091f59.zip
* Use gstreamerplugins
* Fix a bug that prevented GConf schemas from being properly registered * Bump PORTREVISION git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1580 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/monkeybubble/files')
-rw-r--r--games/monkeybubble/files/patch-data_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/monkeybubble/files/patch-data_Makefile.in b/games/monkeybubble/files/patch-data_Makefile.in
new file mode 100644
index 000000000..4de888b5b
--- /dev/null
+++ b/games/monkeybubble/files/patch-data_Makefile.in
@@ -0,0 +1,11 @@
+--- data/Makefile.in.orig Thu Jan 1 20:37:25 2004
++++ data/Makefile.in Thu Jan 1 20:37:35 2004
+@@ -323,7 +323,7 @@
+
+ install-data-local:
+ if test -z "$(DESTDIR)" ; then \
+- for p in $(schema_DATA) ; do \
++ for p in $(schemas_DATA) ; do \
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
+ done \
+ fi