From d30087245ffb3f3c6478611ebf07108c485789f0 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 19 Sep 2006 09:36:55 +0000 Subject: fixup build --- irc/anope/files/patch-lang-Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 irc/anope/files/patch-lang-Makefile (limited to 'irc/anope/files/patch-lang-Makefile') diff --git a/irc/anope/files/patch-lang-Makefile b/irc/anope/files/patch-lang-Makefile new file mode 100644 index 000000000000..a7d4cdbf5000 --- /dev/null +++ b/irc/anope/files/patch-lang-Makefile @@ -0,0 +1,25 @@ +--- lang/Makefile.orig Thu Sep 8 15:56:01 2005 ++++ lang/Makefile Tue Sep 19 10:01:03 2006 +@@ -65,14 +65,14 @@ + + + language.h: index Makefile +- @perl -e $@ '\ +- print STDERR "Generating language.h... "; \ +- $$i=0; \ +- while (<>) { \ +- chop; \ +- printf "#define %-32s %d\n", $$_, $$i++; \ +- } \ +- print "\n#define NUM_STRINGS $$i\n"; \ ++ @perl -e $@ '#\ ++ print STDERR "Generating language.h... "; #\ ++ $$i=0; #\ ++ while (<>) { #\ ++ chop; #\ ++ printf "#define %-32s %d\n", $$_, $$i++; #\ ++ } #\ ++ print "\n#define NUM_STRINGS $$i\n"; #\ + print STDERR "$$i strings\n";' + + index: en_us.l -- cgit v1.2.3