mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
$NetBSD: patch-aa,v 1.3 2015/11/03 19:04:57 joerg Exp $
|
|
|
|
--- configure.orig 2008-11-26 16:03:30.000000000 +0000
|
|
+++ configure
|
|
@@ -25653,8 +25653,8 @@ else
|
|
$as_echo "no" >&6; }
|
|
fi
|
|
|
|
-if test "$have_iso_code_639" == "yes"; then
|
|
- if test "$have_iso_code_3166" == "yes"; then
|
|
+if test "$have_iso_code_639" = "yes"; then
|
|
+ if test "$have_iso_code_3166" = "yes"; then
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
@@ -27103,7 +27103,7 @@ fi
|
|
|
|
if test "$enable_debug" = "yes"; then
|
|
CXXFLAGS="$CXXFLAGS -DDEBUG -g"
|
|
- LDFLAGS="$LDFLAGS -g -ansi -Wall"
|
|
+ LDFLAGS="$LDFLAGS -g -Wall"
|
|
fi
|
|
|
|
# =========================================================================
|
|
@@ -27119,13 +27119,13 @@ fi
|
|
|
|
if test "$enable_profile" = "yes"; then
|
|
CXXFLAGS="$CXXFLAGS -pg"
|
|
- LDFLAGS="$LDFLAGS -pg -ansi -Wall"
|
|
+ LDFLAGS="$LDFLAGS -pg -Wall"
|
|
fi
|
|
|
|
# =========================================================================
|
|
# gcc flags
|
|
|
|
-CXXFLAGS="$CXXFLAGS -ansi -Wall" # -Wextra -Wconversion"
|
|
+CXXFLAGS="$CXXFLAGS -Wall" # -Wextra -Wconversion"
|
|
|
|
# =========================================================================
|
|
# make use of ccache
|