freebsd-ports/audio/soundtracker/files/patch-app::Makefile.in
Kirill Ponomarev 89bb45074a - Fix build on non-i386 arch
- Fix pathname issue when WITH_GNOME is defined
- Fix ja.po

PR:		ports/62152
Submitted by:	Ports Fury
2004-01-31 15:08:58 +00:00

15 lines
523 B
Text

--- app/Makefile.in.orig Mon Jan 12 01:21:51 2004
+++ app/Makefile.in Thu Jan 29 19:28:09 2004
@@ -230,9 +230,9 @@
stdir = $(datadir)/soundtracker
-#INCLUDES = -DDATADIR=\"$(stdir)\" \
-# -DLOCALEDIR=\"$(prefix)/share/locale\"
-INCLUDES = -DLOCALEDIR=\"$(prefix)/share/locale\"
+INCLUDES = -DDATADIR=\"$(stdir)\" \
+ -DLOCALEDIR=\"$(prefix)/share/locale\"
+#INCLUDES = -DLOCALEDIR=\"$(prefix)/share/locale\"
subdir = app
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h