diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-02 09:42:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-02 09:42:14 +0800 |
commit | 0df4c8d4f44b4fbf4f5d900b1b523547da091f59 (patch) | |
tree | 4365aaa610847d11190fa14559851eac810ff681 /games/monkeybubble/files | |
parent | ccc651461327d01539efb96e4021744fa8b385fa (diff) | |
download | marcuscom-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.in | 11 |
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 |