summaryrefslogtreecommitdiffstats
path: root/testing/snownews/configure.patch
blob: 66b9e97a806918f6960b5b4cf8f7cba9ae1c5e0d (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 = "-liconv -lintl -lncurses -lcrypto $xmlldflags \$(EXTRA_LDFLAGS) ";
 
 my $use_nls = 1;
 parse_cmdl_line();