summaryrefslogtreecommitdiff
path: root/games/wesnoth/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'games/wesnoth/patches/patch-ad')
-rw-r--r--games/wesnoth/patches/patch-ad15
1 files changed, 0 insertions, 15 deletions
diff --git a/games/wesnoth/patches/patch-ad b/games/wesnoth/patches/patch-ad
deleted file mode 100644
index 4b0ec886dff..00000000000
--- a/games/wesnoth/patches/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ad,v 1.4 2009/03/30 09:48:53 wiz Exp $
-
-http://gna.org/bugs/?13292
-
---- Makefile.in.orig 2009-03-18 16:51:06.000000000 +0000
-+++ Makefile.in
-@@ -279,7 +279,7 @@ SUBDIRS = po m4 src doc $(ISUBDIRS)
- bin_SCRIPTS =
-
- # Ignore junk -- object files, editor backup files, wmllint backup files.
--findfilterflags = ! \( -name .svn -prune -o -name ".\#*" -o -name "*~" -o -name "*bak" -o -name 'Makefile' -o -name '*Makefile' -o -type d -o -wholename "data/test/*" \)
-+findfilterflags = ! \( -name .svn -prune -o -name ".\#*" -o -name "*~" -o -name "*bak" -o -name 'Makefile' -o -name '*Makefile' -o -type d -o -regex "data/test/.*" \)
-
- # List all datafiles, ignoring junk
- finddata = (cd $(top_srcdir) && find data fonts icons images sounds $(findfilterflags) -print )