diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-07 02:40:05 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-07 02:40:05 +0000 |
commit | 3cda04a8b47f073e7f1bfef133d4b70b7ba5768e (patch) | |
tree | 2951fbc5efcb1df4c41de883badfb5f700529f8f /graphics/ImageMagick/files | |
parent | 99d2f05131a98b5ef878d0e70b1b9476e9feda3a (diff) |
Notes
Diffstat (limited to 'graphics/ImageMagick/files')
-rw-r--r-- | graphics/ImageMagick/files/patch-an | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/ImageMagick/files/patch-an b/graphics/ImageMagick/files/patch-an index 4bb49a8a9983..1ec3082acd8e 100644 --- a/graphics/ImageMagick/files/patch-an +++ b/graphics/ImageMagick/files/patch-an @@ -8,17 +8,3 @@ 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" |