diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-14 02:34:20 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-14 02:34:20 +0000 |
commit | 20ab38a4a8b7a930ce37912446095ba4e1cb0a90 (patch) | |
tree | cc798d1bc46afb16b48630176fcffa3f053945d4 /misc/quantlib/files | |
parent | upgrade to 0.2.13 (diff) |
upgrade to 0.3.0
PR: 38047
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=59049
Diffstat (limited to 'misc/quantlib/files')
-rw-r--r-- | misc/quantlib/files/patch-config::ltmain.sh | 41 | ||||
-rw-r--r-- | misc/quantlib/files/patch-configure | 10 |
2 files changed, 10 insertions, 41 deletions
diff --git a/misc/quantlib/files/patch-config::ltmain.sh b/misc/quantlib/files/patch-config::ltmain.sh deleted file mode 100644 index 82db91fd7e83..000000000000 --- a/misc/quantlib/files/patch-config::ltmain.sh +++ /dev/null @@ -1,41 +0,0 @@ ---- config/ltmain.sh.orig Thu Sep 13 22:10:25 2001 -+++ config/ltmain.sh Sat Mar 2 16:21:45 2002 -@@ -1043,14 +1043,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -2441,7 +2441,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) -@@ -4210,10 +4210,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" diff --git a/misc/quantlib/files/patch-configure b/misc/quantlib/files/patch-configure new file mode 100644 index 000000000000..c69c03de69dd --- /dev/null +++ b/misc/quantlib/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri May 3 00:14:20 2002 ++++ configure Wed May 8 01:07:45 2002 +@@ -7014,6 +7014,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |