diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 06:52:17 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 06:52:17 +0800 |
commit | 713a2e0755d64cf00ce17ed960ef7a1d6e506e9c (patch) | |
tree | 593a266d84aeebaa7eb1d4b9ca4ae1148c451503 /audio | |
parent | ac82364e0e850393004c352d6b16e26890589db9 (diff) | |
download | marcuscom-ports-713a2e0755d64cf00ce17ed960ef7a1d6e506e9c.tar.gz marcuscom-ports-713a2e0755d64cf00ce17ed960ef7a1d6e506e9c.tar.zst marcuscom-ports-713a2e0755d64cf00ce17ed960ef7a1d6e506e9c.zip |
Fix the patch with new gnomehack.
Reported by: pointyhat-exp
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9757 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/soundtracker/files/patch-app::Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/soundtracker/files/patch-app::Makefile.in b/audio/soundtracker/files/patch-app::Makefile.in index 6a9fc7bb5..b77dd5b8b 100644 --- a/audio/soundtracker/files/patch-app::Makefile.in +++ b/audio/soundtracker/files/patch-app::Makefile.in @@ -5,11 +5,11 @@ stdir = $(datadir)/soundtracker -#INCLUDES = -DDATADIR=\"$(stdir)\" \ --# -DLOCALEDIR=\"$(prefix)/share/locale\" --INCLUDES = -DLOCALEDIR=\"$(prefix)/share/locale\" +-# -DLOCALEDIR=\"$(datadir)/locale\" +-INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" +INCLUDES = -DDATADIR=\"$(stdir)\" \ -+ -DLOCALEDIR=\"$(prefix)/share/locale\" -+#INCLUDES = -DLOCALEDIR=\"$(prefix)/share/locale\" ++ -DLOCALEDIR=\"$(datadir)/locale\" ++#INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" subdir = app mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h |