opnsense-ports/textproc/aspell/files/patch-configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

31 lines
1 KiB
Text

--- configure.orig 2008-04-07 06:31:31.000000000 +0200
+++ configure 2008-04-16 20:55:32.000000000 +0200
@@ -3505,7 +3505,7 @@
fi
-if test "$GXX" = "yes" && expr "$CXXFLAGS" : '.*-O' > /dev/null
+if test "$GXX" = "yes" && expr -- "$CXXFLAGS" : '.*-O' > /dev/null
then
CXXFLAGS="$CXXFLAGS -fno-exceptions"
fi
@@ -18179,7 +18179,7 @@
CURSES_LIB=-lncurses
cat >>confdefs.h <<\_ACEOF
-#define CURSES_HEADER <ncurses/curses.h>
+#define CURSES_HEADER <ncurses/ncurses.h>
_ACEOF
else
@@ -18366,8 +18366,8 @@
if test "$enable_wide_curses" != "no"
then
- { echo "$as_me:$LINENO: checking for wide character support in curses libraray" >&5
-echo $ECHO_N "checking for wide character support in curses libraray... $ECHO_C" >&6; }
+ { echo "$as_me:$LINENO: checking for wide character support in curses library" >&5
+echo $ECHO_N "checking for wide character support in curses library... $ECHO_C" >&6; }
if test -n "$have_mblen"
then
cat >conftest.$ac_ext <<_ACEOF