From aaedf18a6ccf4943be77262206e1a26771e70f5a Mon Sep 17 00:00:00 2001 From: morr Date: Wed, 29 Feb 2012 19:24:12 +0000 Subject: Add missing patch --- x11/rxvt-unicode/patches/patch-configure | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 x11/rxvt-unicode/patches/patch-configure (limited to 'x11/rxvt-unicode') diff --git a/x11/rxvt-unicode/patches/patch-configure b/x11/rxvt-unicode/patches/patch-configure new file mode 100644 index 00000000000..665126deb2d --- /dev/null +++ b/x11/rxvt-unicode/patches/patch-configure @@ -0,0 +1,38 @@ +$NetBSD: patch-configure,v 1.1 2012/02/29 19:24:12 morr Exp $ + +--- configure.orig 2012-01-21 12:36:50.000000000 +0000 ++++ configure +@@ -4452,33 +4452,6 @@ rm -f core conftest.err conftest.$ac_obj + fi + LINKER=$LINKER + +- +-if test -z "$orig_CXXFLAGS"; then +- if test x$GCC = xyes && test "x$GXX" = xyes; then +- CXXFLAGS="-g -O3 -fno-rtti -fvisibility-inlines-hidden -fno-threadsafe-statics -fno-enforce-eh-specs" +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext +-/* end confdefs.h. */ +- +-int +-main () +-{ +- +- ; +- return 0; +-} +-_ACEOF +-if ac_fn_cxx_try_compile "$LINENO"; then : +- +-else +- CXXFLAGS="-g -O3" +-fi +-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +- else +- CXXFLAGS="-O" +- fi +- CFLAGS="$CXXFLAGS" +-fi +- + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing setlocale" >&5 + $as_echo_n "checking for library containing setlocale... " >&6; } + if test "${ac_cv_search_setlocale+set}" = set; then : -- cgit v1.2.3