aboutsummaryrefslogtreecommitdiffstats
path: root/testing/snownews/configure.patch
diff options
context:
space:
mode:
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();