diff options
-rw-r--r-- | graphics/jpeg-mmx/files/patch-ab | 13 | ||||
-rw-r--r-- | graphics/jpeg/files/patch-ab | 13 |
2 files changed, 22 insertions, 4 deletions
diff --git a/graphics/jpeg-mmx/files/patch-ab b/graphics/jpeg-mmx/files/patch-ab index 646f085fec6b..ea94fc14123c 100644 --- a/graphics/jpeg-mmx/files/patch-ab +++ b/graphics/jpeg-mmx/files/patch-ab @@ -1,5 +1,14 @@ ---- configure.orig Wed Apr 22 20:32:48 1998 -+++ configure Wed Apr 22 20:33:09 1998 +--- configure.orig Sat Mar 21 14:08:57 1998 ++++ configure Wed Mar 22 09:28:33 2000 +@@ -1529,7 +1529,7 @@ + + if test "x$LTSHARED" != xno -o "x$LTSTATIC" != xno; then + USELIBTOOL="yes" +- LIBTOOL="./libtool" ++ LIBTOOL="/usr/local/bin/libtool" + O="lo" + A="la" + LN='$(LIBTOOL) --mode=link $(CC)' @@ -1647,7 +1647,7 @@ # Extract the library version ID from jpeglib.h. echo $ac_n "checking libjpeg version number""... $ac_c" 1>&6 diff --git a/graphics/jpeg/files/patch-ab b/graphics/jpeg/files/patch-ab index 646f085fec6b..ea94fc14123c 100644 --- a/graphics/jpeg/files/patch-ab +++ b/graphics/jpeg/files/patch-ab @@ -1,5 +1,14 @@ ---- configure.orig Wed Apr 22 20:32:48 1998 -+++ configure Wed Apr 22 20:33:09 1998 +--- configure.orig Sat Mar 21 14:08:57 1998 ++++ configure Wed Mar 22 09:28:33 2000 +@@ -1529,7 +1529,7 @@ + + if test "x$LTSHARED" != xno -o "x$LTSTATIC" != xno; then + USELIBTOOL="yes" +- LIBTOOL="./libtool" ++ LIBTOOL="/usr/local/bin/libtool" + O="lo" + A="la" + LN='$(LIBTOOL) --mode=link $(CC)' @@ -1647,7 +1647,7 @@ # Extract the library version ID from jpeglib.h. echo $ac_n "checking libjpeg version number""... $ac_c" 1>&6 |