1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

/usr/local/bin/libtool -> ${LIBTOOL}

PR:	ports/19450
This commit is contained in:
Justin M. Seger 2000-07-30 03:32:27 +00:00
parent a13fb0d36f
commit e949aee3ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31122
4 changed files with 14 additions and 8 deletions

View File

@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/jpeg-6b
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --enable-static
CONFIGURE_ENV= LIBTOOL=${LIBTOOL}
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
USE_LIBTOOL= yes

View File

@ -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

View File

@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/jpeg-6b
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --enable-static
CONFIGURE_ENV= LIBTOOL=${LIBTOOL}
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
USE_LIBTOOL= yes

View File

@ -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