From a262484fe9a4b8e2bdee5d359d0429f125ee5846 Mon Sep 17 00:00:00 2001 From: thierry Date: Sun, 2 Apr 2006 20:40:07 +0000 Subject: Add a missing patch. PR: 95199 Approved by: joerg Reported by: ports-i386 via Kris --- devel/gnulibiberty/files/patch-configure | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 devel/gnulibiberty/files/patch-configure (limited to 'devel/gnulibiberty') diff --git a/devel/gnulibiberty/files/patch-configure b/devel/gnulibiberty/files/patch-configure new file mode 100644 index 000000000000..c51ed9426157 --- /dev/null +++ b/devel/gnulibiberty/files/patch-configure @@ -0,0 +1,32 @@ +--- configure.orig Sun Mar 6 19:48:16 2005 ++++ configure Fri Mar 31 13:44:10 2006 +@@ -5103,6 +5103,14 @@ + + fi + ++ ++else ++ ++ # Not a target library, so we set things up to run the test suite. ++ CHECK=check-cplus-dem ++ ++fi ++ + # We may wish to install the target headers somewhere. + # Check whether --enable-install-libiberty or --disable-install-libiberty was given. + if test "${enable_install_libiberty+set}" = set; then +@@ -5124,14 +5132,6 @@ + target_header_dir="${enable_install_libiberty}" + ;; + esac +- +- +-else +- +- # Not a target library, so we set things up to run the test suite. +- CHECK=check-cplus-dem +- +-fi + + + -- cgit