2642c26dcb
normalize icon and desktop stuff and other cleanup all from Alexandr Shadchin, thanks!
68 lines
2.2 KiB
Plaintext
68 lines
2.2 KiB
Plaintext
$OpenBSD: patch-configure,v 1.3 2010/08/31 21:06:35 steven Exp $
|
|
--- configure.orig Sun Aug 15 08:20:58 2010
|
|
+++ configure Wed Aug 25 05:30:23 2010
|
|
@@ -14886,14 +14886,11 @@ fi
|
|
CFLAGS=
|
|
for opt in $saved_CXXFLAGS ; do
|
|
case $opt in
|
|
- -g*) test $ac_debug != no && OPTS="$OPTS $opt" ;;
|
|
- -O*) ;;
|
|
*) CXXFLAGS="$CXXFLAGS $opt" ;;
|
|
esac
|
|
done
|
|
for opt in $saved_CFLAGS ; do
|
|
case $opt in
|
|
- -O*|-g*) ;;
|
|
*) CFLAGS="$CFLAGS $opt" ;;
|
|
esac
|
|
done
|
|
@@ -14925,7 +14922,7 @@ $as_echo_n "checking if $CXX accepts $opt... " >&6; }
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
$as_echo "yes" >&6; }
|
|
rm conftest.*
|
|
- OPTS="$OPTS -O3"
|
|
+ OPTS="$OPTS"
|
|
else
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
$as_echo "no" >&6; }
|
|
@@ -14939,7 +14936,7 @@ $as_echo_n "checking if $CXX accepts $opt... " >&6; }
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
$as_echo "yes" >&6; }
|
|
rm conftest.*
|
|
- OPTS="$OPTS -O2"
|
|
+ OPTS="$OPTS"
|
|
else
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
$as_echo "no" >&6; }
|
|
@@ -14985,7 +14982,6 @@ $as_echo "yes" >&6; }
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
$as_echo "no" >&6; }
|
|
rm conftest.*
|
|
- opt="-mcpu=${host_cpu}"
|
|
|
|
opt="$opt"
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX accepts $opt" >&5
|
|
@@ -18454,8 +18450,10 @@ $as_echo "setting QT_LIBS=$QT_LIBS" >&6; }
|
|
|
|
# Search X11 and Xt headers
|
|
if test "$no_x" != "yes" ; then
|
|
- savedCFLAGS="$CFLAGS"
|
|
- CFLAGS="$CFLAGS ${X_CFLAGS}"
|
|
+ savedCXXFLAGS="$CXXFLAGS"
|
|
+ CXXFLAGS="$CXXFLAGS ${X_CFLAGS}"
|
|
+ savedCPPFLAGS="$CPPFLAGS"
|
|
+ CPPFLAGS="$CPPFLAGS ${X_CFLAGS}"
|
|
for ac_header in X11/extensions/Xext.h
|
|
do :
|
|
ac_fn_cxx_check_header_compile "$LINENO" "X11/extensions/Xext.h" "ac_cv_header_X11_extensions_Xext_h" "include <X11/Xlib.h>
|
|
@@ -18485,7 +18483,8 @@ else
|
|
fi
|
|
|
|
|
|
- CFLAGS="$savedCFLAGS"
|
|
+ CXXFLAGS="$savedCXXFLAGS"
|
|
+ CPPFLAGS="$savedCPPFLAGS"
|
|
if test "$no_xt" == "yes" ; then
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Xt include files not found" >&5
|
|
$as_echo "$as_me: WARNING: Xt include files not found" >&2;}
|