diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-01 21:59:34 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-01 21:59:34 +0000 |
commit | 8e768c8949edc5e53a3d305a3d7442bd8517fef3 (patch) | |
tree | f86862102612f0ceb1640e6fbc0ac348d0c7993f /lang/qscheme/files/patch-configure | |
parent | Fix portmanager seg faults when an installed port's +CONTENTS file (diff) |
- Fix configure error from bad tarball
- Eliminate dependancy on gcc 2.95
- Fix gmp lib dir flaw
PR: ports/73362
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=120613
Diffstat (limited to 'lang/qscheme/files/patch-configure')
-rw-r--r-- | lang/qscheme/files/patch-configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/qscheme/files/patch-configure b/lang/qscheme/files/patch-configure index 5209603fddc8..496031dff2bc 100644 --- a/lang/qscheme/files/patch-configure +++ b/lang/qscheme/files/patch-configure @@ -108,7 +108,7 @@ ac_given_INSTALL="$INSTALL" -trap 'rm -fr `echo "Makefile tst/Makefile doc/Makefile sgtk/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 -+trap 'rm -fr `echo "Makefile tst/Makefile doc/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 ++trap 'rm -fr `echo "Makefile doc/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -117,7 +117,7 @@ cat >> $CONFIG_STATUS <<EOF -CONFIG_FILES=\${CONFIG_FILES-"Makefile tst/Makefile doc/Makefile sgtk/Makefile"} -+CONFIG_FILES=\${CONFIG_FILES-"Makefile tst/Makefile doc/Makefile"} ++CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |