summaryrefslogtreecommitdiffstats
path: root/testing/snownews/configure.patch
diff options
context:
space:
mode:
authorScrumpyJack <scrumpyjack@me.com>2014-07-28 12:22:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-07-28 12:27:08 +0000
commitddb54852df6c51f922fb434a8bb3aa807cd97200 (patch)
treed281c0a0c33d776e7a598ec1f5fe0f55642bba7e /testing/snownews/configure.patch
parentb9f5f7a7b6cd999c463f72ed4500068c641c09a7 (diff)
downloadaports-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.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/snownews/configure.patch b/testing/snownews/configure.patch
new file mode 100644
index 000000000..66b9e97a8
--- /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();