diff options
author | morr <morr@pkgsrc.org> | 2012-02-29 19:24:12 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2012-02-29 19:24:12 +0000 |
commit | 65b4673582dc981c0d0b96f473aeb8bbcc30b8fa (patch) | |
tree | 00b0e538db89ca700606bde1c6cd89324a2c2f97 /x11 | |
parent | c9120d02d8a87e1b9ed411c79d6b4cbeb60cf5ff (diff) | |
download | pkgsrc-65b4673582dc981c0d0b96f473aeb8bbcc30b8fa.tar.gz |
Add missing patch
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/patches/patch-configure | 38 |
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 : |