mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
21 lines
674 B
Plaintext
21 lines
674 B
Plaintext
--- 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
|
|
echo "configure:1650: checking libjpeg version number" >&5
|
|
-JPEG_LIB_VERSION=`sed -e '/^#define JPEG_LIB_VERSION/!d' -e 's/^[^0-9]*\([0-9][0-9]*\).*$/\1/' $srcdir/jpeglib.h`
|
|
+JPEG_LIB_VERSION=9
|
|
echo "$ac_t""$JPEG_LIB_VERSION" 1>&6
|
|
|
|
|