summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick/files/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ImageMagick/files/patch-an')
-rw-r--r--graphics/ImageMagick/files/patch-an16
1 files changed, 15 insertions, 1 deletions
diff --git a/graphics/ImageMagick/files/patch-an b/graphics/ImageMagick/files/patch-an
index 7dfe10531d08..4bb49a8a9983 100644
--- a/graphics/ImageMagick/files/patch-an
+++ b/graphics/ImageMagick/files/patch-an
@@ -1,5 +1,5 @@
--- ltmain.sh.orig Tue Jan 29 22:40:33 2002
-+++ ltmain.sh Wed Feb 20 23:52:30 2002
++++ ltmain.sh Mon Mar 4 18:18:00 2002
@@ -1140,6 +1140,7 @@
;;
@@ -8,3 +8,17 @@
avoid_version=yes
continue
;;
+@@ -4730,11 +4732,13 @@
+ IFS="$save_ifs"
+ fi
+
++ if /usr/bin/false; then
+ # Install the pseudo-library for information purposes.
+ 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"