aboutsummaryrefslogtreecommitdiffstats
path: root/testing/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 /testing/snownews/configure.patch
parent452d447d89b3a3775b7f602d7352a8cfe8a0f9d4 (diff)
downloadaports-e7e9a1cfb9e52fb060cd0c01bb34e9567a04abbc.tar.bz2
aports-e7e9a1cfb9e52fb060cd0c01bb34e9567a04abbc.tar.xz
testing/*: move to main
Diffstat (limited to 'testing/snownews/configure.patch')
-rw-r--r--testing/snownews/configure.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/snownews/configure.patch b/testing/snownews/configure.patch
deleted file mode 100644
index 8f2699bbc9..0000000000
--- a/testing/snownews/configure.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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();