diff options
author | ScrumpyJack <scrumpyjack@me.com> | 2014-07-28 12:22:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-28 12:27:08 +0000 |
commit | ddb54852df6c51f922fb434a8bb3aa807cd97200 (patch) | |
tree | d281c0a0c33d776e7a598ec1f5fe0f55642bba7e /testing/snownews/configure.patch | |
parent | b9f5f7a7b6cd999c463f72ed4500068c641c09a7 (diff) | |
download | aports-ddb54852df6c51f922fb434a8bb3aa807cd97200.tar.bz2 aports-ddb54852df6c51f922fb434a8bb3aa807cd97200.tar.xz |
testing/snownews: new aport
https://kiza.eu/software/snownews/
Snownews is a text mode RSS/RDF newsreader
Diffstat (limited to 'testing/snownews/configure.patch')
-rw-r--r-- | testing/snownews/configure.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/snownews/configure.patch b/testing/snownews/configure.patch new file mode 100644 index 0000000000..66b9e97a80 --- /dev/null +++ b/testing/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 = "-liconv -lintl -lncurses -lcrypto $xmlldflags \$(EXTRA_LDFLAGS) "; + + my $use_nls = 1; + parse_cmdl_line(); |