diff options
Diffstat (limited to 'testing/snownews/configure.patch')
-rw-r--r-- | testing/snownews/configure.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/snownews/configure.patch b/testing/snownews/configure.patch index 66b9e97a80..8f2699bbc9 100644 --- a/testing/snownews/configure.patch +++ b/testing/snownews/configure.patch @@ -1,11 +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 = "-liconv -lintl -lncurses -lcrypto $xmlldflags \$(EXTRA_LDFLAGS) "; - ++my $ldflags = "-lintl -lncursesw -lcrypto $xmlldflags \$(EXTRA_LDFLAGS) "; + my $use_nls = 1; parse_cmdl_line(); |