diff options
author | petef <petef@FreeBSD.org> | 2001-08-30 00:29:47 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-08-30 00:29:47 +0000 |
commit | 618cc70dab8bffe1fa7b78ff1ae1efbec236d15a (patch) | |
tree | c382f40f07f0eacc81ec9fb8e92cceac363faecf /graphics/giblib/files | |
parent | 9be4b27a0d3bcb50c75bc4b72872b1dfb3b58b12 (diff) | |
download | FreeBSD-ports-618cc70dab8bffe1fa7b78ff1ae1efbec236d15a.zip FreeBSD-ports-618cc70dab8bffe1fa7b78ff1ae1efbec236d15a.tar.gz |
Update to 1.2.1
PR: 30204
Submitted by: maintainer
Diffstat (limited to 'graphics/giblib/files')
-rw-r--r-- | graphics/giblib/files/patch-ltmain.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/giblib/files/patch-ltmain.sh b/graphics/giblib/files/patch-ltmain.sh new file mode 100644 index 0000000..9ae335d --- /dev/null +++ b/graphics/giblib/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Sun Aug 12 17:08:05 2001 ++++ ltmain.sh Wed Aug 29 16:31:31 2001 +@@ -4673,10 +4674,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if 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" |