openbsd-ports/www/snownews/patches/patch-configure
martynas c318a463ae - internatiolization fix (non-iso8859-1 feeds work now);
- append //TRANSLIT to tocode to not mess up the screen;
- change the way it's built;
help with conversions_c, and hints from naddy@
ok MAINTAINER (cathcart@), naddy@, sturm@, kili@, jasper@, simon@
2007-03-18 17:19:57 +00:00

13 lines
619 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2007/03/18 17:19:57 martynas Exp $
--- configure.orig Sun Jun 5 12:50:22 2005
+++ configure Sun Mar 18 18:28:08 2007
@@ -5,7 +5,7 @@ use strict;
# The defaults. Change here if you need.
my($prefix) = "/usr/local";
-my($cflags) = '-Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS) ';
+my($cflags) = '-Wall -Wno-format-y2k -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS) ';
my($ldflags) = '-lncurses `xml2-config --libs` $(EXTRA_LDFLAGS) ';
parse_cmdl_line();