diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-08-30 00:29:47 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-08-30 00:29:47 +0000 |
commit | 57cba1be5a151b26c777232b7d4359bbcc46e530 (patch) | |
tree | 201dbadc6ce118e6ae64e0adc0afac91c809dd5b /graphics/giblib/files | |
parent | KOffice's website changed to koffice.org some time ago. (diff) |
Update to 1.2.1
PR: 30204
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=47118
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 000000000000..9ae335d97666 --- /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" |