diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 2000-07-30 03:32:27 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 2000-07-30 03:32:27 +0000 |
commit | e949aee3adf5ce3bbbc7aa5cff7cf7ba6988d6da (patch) | |
tree | 676da140b86a00b63961a2f7cfdf8afe11bac588 /graphics/jpeg-mmx/files/patch-ab | |
parent | Activate tkregexp. (diff) |
/usr/local/bin/libtool -> ${LIBTOOL}
PR: ports/19450
Diffstat (limited to '')
-rw-r--r-- | graphics/jpeg-mmx/files/patch-ab | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/jpeg-mmx/files/patch-ab b/graphics/jpeg-mmx/files/patch-ab index ea94fc14123c..091185f0ecfa 100644 --- a/graphics/jpeg-mmx/files/patch-ab +++ b/graphics/jpeg-mmx/files/patch-ab @@ -1,15 +1,17 @@ --- configure.orig Sat Mar 21 14:08:57 1998 -+++ configure Wed Mar 22 09:28:33 2000 -@@ -1529,7 +1529,7 @@ ++++ configure Sat Jul 29 23:23:09 2000 +@@ -1529,7 +1529,9 @@ if test "x$LTSHARED" != xno -o "x$LTSTATIC" != xno; then USELIBTOOL="yes" - LIBTOOL="./libtool" -+ LIBTOOL="/usr/local/bin/libtool" ++ if test "x$LIBTOOL" == "x"; then ++ LIBTOOL="./libtool" ++ fi O="lo" A="la" LN='$(LIBTOOL) --mode=link $(CC)' -@@ -1647,7 +1647,7 @@ +@@ -1647,7 +1649,7 @@ # Extract the library version ID from jpeglib.h. echo $ac_n "checking libjpeg version number""... $ac_c" 1>&6 echo "configure:1650: checking libjpeg version number" >&5 |