summaryrefslogtreecommitdiff
path: root/graphics/jpeg/files/patch-ab
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-03 00:54:04 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-03 00:54:04 +0000
commit949601261bde334b690b6f1b9330e034738be810 (patch)
treeee5087b07ed6edc20b9823d389779e4eebf4e1ab /graphics/jpeg/files/patch-ab
parentCorrect and sort PLISTs. (diff)
Correct USE_LIBTOOL usage.
Notes
Notes: svn path=/head/; revision=33339
Diffstat (limited to 'graphics/jpeg/files/patch-ab')
-rw-r--r--graphics/jpeg/files/patch-ab24
1 files changed, 11 insertions, 13 deletions
diff --git a/graphics/jpeg/files/patch-ab b/graphics/jpeg/files/patch-ab
index e4de71cf3d30..9b9920832ffe 100644
--- a/graphics/jpeg/files/patch-ab
+++ b/graphics/jpeg/files/patch-ab
@@ -1,17 +1,15 @@
---- configure.orig Sat Mar 21 14:08:57 1998
-+++ configure Sat Jul 29 23:23:09 2000
-@@ -1529,7 +1529,9 @@
+--- configure.orig Sat Mar 21 11:08:57 1998
++++ configure Thu Aug 31 01:07:10 2000
+@@ -1559,7 +1559,7 @@
+ if test "x$LTSTATIC" = xno; then
+ disable_static="--disable-static"
+ fi
+- $srcdir/ltconfig $disable_shared $disable_static $srcdir/ltmain.sh
++ $ac_aux_dir/ltconfig $disable_shared $disable_static $ac_aux_dir/ltmain.sh
+ fi
- if test "x$LTSHARED" != xno -o "x$LTSTATIC" != xno; then
- USELIBTOOL="yes"
-- LIBTOOL="./libtool"
-+ if test "x$LIBTOOL" = "x"; then
-+ LIBTOOL="./libtool"
-+ fi
- O="lo"
- A="la"
- LN='$(LIBTOOL) --mode=link $(CC)'
-@@ -1647,7 +1649,7 @@
+ # Select memory manager depending on user input.
+@@ -1647,7 +1647,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