openbsd-ports/x11/xfe/patches/patch-configure

28 lines
748 B
Plaintext

$OpenBSD: patch-configure,v 1.10 2014/01/10 17:57:47 landry Exp $
--- configure.orig Mon Sep 9 16:35:07 2013
+++ configure Fri Jan 10 18:44:50 2014
@@ -5677,7 +5677,7 @@ elif test $ac_cv_prog_cxx_g = yes; then
fi
else
if test "$GXX" = yes; then
- CXXFLAGS="-O2"
+ CXXFLAGS=
else
CXXFLAGS=
fi
@@ -14696,14 +14696,6 @@ done
LIBS="$LIBS $freetype_libs"
CPPFLAGS="$freetype_cflags $CPPFLAGS"
fi
- ac_fn_cxx_check_header_mongrel "$LINENO" "freetype/config/ftheader.h" "ac_cv_header_freetype_config_ftheader_h" "$ac_includes_default"
-if test "x$ac_cv_header_freetype_config_ftheader_h" = xyes; then :
-
-else
- as_fn_error $? "\"ftheader.h not found\"" "$LINENO" 5
-fi
-
-
# Check for Xft headers
xft_config=''