summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode
diff options
context:
space:
mode:
authormorr <morr>2012-02-29 19:24:12 +0000
committermorr <morr>2012-02-29 19:24:12 +0000
commitaaedf18a6ccf4943be77262206e1a26771e70f5a (patch)
tree00b0e538db89ca700606bde1c6cd89324a2c2f97 /x11/rxvt-unicode
parent1d27f7945a1c0c1b23c548e7cd46d23cebc7333e (diff)
downloadpkgsrc-aaedf18a6ccf4943be77262206e1a26771e70f5a.tar.gz
Add missing patch
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r--x11/rxvt-unicode/patches/patch-configure38
1 files changed, 38 insertions, 0 deletions
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 :