blob: 8f2699bbc9fd062a8479738b875b4e9125019f64 (
plain)
1
2
3
4
5
6
7
8
9
10
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();
|