diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2006-09-19 09:36:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2006-09-19 09:36:55 +0000 |
commit | d30087245ffb3f3c6478611ebf07108c485789f0 (patch) | |
tree | 57e39b7551ffe48204fd603004a5ee9776276e79 /irc/anope/files/patch-lang-Makefile | |
parent | Update to 0.5.1. (diff) |
fixup build
Diffstat (limited to '')
-rw-r--r-- | irc/anope/files/patch-lang-Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
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 <index >$@ '\ +- print STDERR "Generating language.h... "; \ +- $$i=0; \ +- while (<>) { \ +- chop; \ +- printf "#define %-32s %d\n", $$_, $$i++; \ +- } \ +- print "\n#define NUM_STRINGS $$i\n"; \ ++ @perl -e <index >$@ '#\ ++ 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 |