diff options
Diffstat (limited to 'games/wesnoth-devel/files/patch-src::Makefile.in')
-rw-r--r-- | games/wesnoth-devel/files/patch-src::Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/wesnoth-devel/files/patch-src::Makefile.in b/games/wesnoth-devel/files/patch-src::Makefile.in new file mode 100644 index 000000000000..8da0562ab287 --- /dev/null +++ b/games/wesnoth-devel/files/patch-src::Makefile.in @@ -0,0 +1,12 @@ +--- src/Makefile.in.orig Tue Oct 5 23:45:33 2004 ++++ src/Makefile.in Tue Oct 5 23:45:59 2004 +@@ -660,8 +660,7 @@ + wesconfig.h + + AM_CXXFLAGS = @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \ +- -DLOCALEDIR=\"$(LOCALEDIR)\" -DHAS_RELATIVE_LOCALEDIR=$(HAS_RELATIVE_LOCALEDIR) \ +- -I../intl -I$(top_srcdir)/intl ++ -DLOCALEDIR=\"$(LOCALEDIR)\" -DHAS_RELATIVE_LOCALEDIR=$(HAS_RELATIVE_LOCALEDIR) + + CXXLD = $(LDPREFIX) $(CXX) + all: all-recursive |