diff options
Diffstat (limited to 'audio/soundtracker/files/patch-app::Makefile.in')
-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 6a9fc7bb5e7b..b77dd5b8b80a 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 |