diff options
author | ScrumpyJack <scrumpyjack@me.com> | 2015-05-12 15:36:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-11 07:38:47 +0000 |
commit | cd348c880213784b7679a8f1865af196fbfc653a (patch) | |
tree | 623aec8b62a39d7123d337f5dfefae5c263a51ab /testing/snownews/configure.patch | |
parent | 28e0432b32b2164dcb859c46a17285a179f04b41 (diff) | |
download | aports-cd348c880213784b7679a8f1865af196fbfc653a.tar.bz2 aports-cd348c880213784b7679a8f1865af196fbfc653a.tar.xz |
testing/snownews: added wide char curses support
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(); |