diff options
Diffstat (limited to 'main/snownews/configure.patch')
-rw-r--r-- | main/snownews/configure.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/snownews/configure.patch b/main/snownews/configure.patch new file mode 100644 index 0000000000..8f2699bbc9 --- /dev/null +++ b/main/snownews/configure.patch @@ -0,0 +1,11 @@ +--- snownews-1.5.12/configure ++++ snownews-1.5.12/configure.patched +@@ -13,7 +13,7 @@ + + my $prefix = "/usr/local"; + my $cflags = "-Wall -Wno-format-y2k -O2 -DLOCALEPATH=\"\\\"\$(LOCALEPATH)\\\"\" -DOS=\\\"$os\\\" $xmlcflags \$(EXTRA_CFLAGS) "; +-my $ldflags = "-lncurses -lcrypto $xmlldflags \$(EXTRA_LDFLAGS) "; ++my $ldflags = "-lintl -lncursesw -lcrypto $xmlldflags \$(EXTRA_LDFLAGS) "; + + my $use_nls = 1; + parse_cmdl_line(); |