From 9140c088322aad38941a7d74b40c7db9621baa11 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 7 Jun 2005 08:39:31 +0000 Subject: - Revert recent libtool damage, unbreak on 4.X PR: ports/81958 Submitted by: KATO Tsuguru Pointy hat to: oliver --- math/cln/Makefile | 4 ++-- math/cln/files/patch-autoconf-ltmain.sh | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 math/cln/files/patch-autoconf-ltmain.sh (limited to 'math') diff --git a/math/cln/Makefile b/math/cln/Makefile index af6533dc642a..07727e775535 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -18,9 +18,9 @@ LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 USE_BZIP2= yes USE_GCC= 3.4 -USE_GNOME= gnomehack gnometarget lthack pkgconfig +USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes -USE_LIBTOOL_VER=15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --infodir=${PREFIX}/info --mandir=${MANPREFIX}/man \ --with-gmp diff --git a/math/cln/files/patch-autoconf-ltmain.sh b/math/cln/files/patch-autoconf-ltmain.sh new file mode 100644 index 000000000000..5a3713d2b831 --- /dev/null +++ b/math/cln/files/patch-autoconf-ltmain.sh @@ -0,0 +1,15 @@ +--- autoconf/ltmain.sh.orig Tue Sep 7 04:46:35 2004 ++++ autoconf/ltmain.sh Sat Jun 4 16:54:55 2005 +@@ -5547,10 +5547,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false ; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" -- cgit