diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-02 20:40:07 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-02 20:40:07 +0000 |
commit | adc9e5acbe078249bab563325a8651154d579a5e (patch) | |
tree | dd91d06fe24d6f2681613bc97339c579c6302023 /devel/gnulibiberty | |
parent | ea44cf4aaa424039b976cff98a454056b9730f96 (diff) | |
download | ports-adc9e5acbe078249bab563325a8651154d579a5e.tar.gz ports-adc9e5acbe078249bab563325a8651154d579a5e.zip |
Notes
Diffstat (limited to 'devel/gnulibiberty')
-rw-r--r-- | devel/gnulibiberty/files/patch-configure | 32 |
1 files changed, 32 insertions, 0 deletions
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 + + + |