freebsd-ports/audio/soundtracker/files/patch-app_Makefile.in
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

15 lines
515 B
Text

--- app/Makefile.in.orig 2006-02-25 13:37:15 UTC
+++ app/Makefile.in
@@ -235,9 +235,9 @@ soundtracker_LDADD = drivers/libdrivers.
stdir = $(datadir)/soundtracker
-#INCLUDES = -DDATADIR=\"$(stdir)\" \
-# -DLOCALEDIR=\"$(datadir)/locale\"
-INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\"
+INCLUDES = -DDATADIR=\"$(stdir)\" \
+ -DLOCALEDIR=\"$(datadir)/locale\"
+#INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\"
subdir = app
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs