aboutsummaryrefslogtreecommitdiffstats
path: root/main/snownews/configure.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-09-21 14:52:47 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2015-09-21 14:52:47 +0200
commite7e9a1cfb9e52fb060cd0c01bb34e9567a04abbc (patch)
treec6b816e7ba8f9b659e1be415ebf1dac4262c3b82 /main/snownews/configure.patch
parent452d447d89b3a3775b7f602d7352a8cfe8a0f9d4 (diff)
downloadaports-e7e9a1cfb9e52fb060cd0c01bb34e9567a04abbc.tar.bz2
aports-e7e9a1cfb9e52fb060cd0c01bb34e9567a04abbc.tar.xz
testing/*: move to main
Diffstat (limited to 'main/snownews/configure.patch')
-rw-r--r--main/snownews/configure.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/snownews/configure.patch b/main/snownews/configure.patch
new file mode 100644
index 0000000000..8f2699bbc9
--- /dev/null
+++ b/main/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 = "-lintl -lncursesw -lcrypto $xmlldflags \$(EXTRA_LDFLAGS) ";
+
+ my $use_nls = 1;
+ parse_cmdl_line();