diff options
author | reg <reg@FreeBSD.org> | 2000-10-03 08:54:04 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-10-03 08:54:04 +0800 |
commit | e3e51e8117c04767f1b2c22d9fd4e83d51f2d9d9 (patch) | |
tree | 204aac5d58aa3fe13407982affa2f116117d031b /graphics/jpeg | |
parent | e266fda55168b4994351aad80ae35aa039f9b893 (diff) | |
download | freebsd-ports-gnome-e3e51e8117c04767f1b2c22d9fd4e83d51f2d9d9.tar.gz freebsd-ports-gnome-e3e51e8117c04767f1b2c22d9fd4e83d51f2d9d9.tar.zst freebsd-ports-gnome-e3e51e8117c04767f1b2c22d9fd4e83d51f2d9d9.zip |
Correct USE_LIBTOOL usage.
Diffstat (limited to 'graphics/jpeg')
-rw-r--r-- | graphics/jpeg/Makefile | 5 | ||||
-rw-r--r-- | graphics/jpeg/files/patch-ab | 24 | ||||
-rw-r--r-- | graphics/jpeg/pkg-plist | 15 |
3 files changed, 21 insertions, 23 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index b72f77a33b27..6997d9f42264 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -16,11 +16,12 @@ DISTNAME= jpegsrc.v${PORTVERSION} MAINTAINER= jseger@FreeBSD.org WRKSRC= ${WRKDIR}/jpeg-6b + +USE_LIBTOOL= yes INSTALLS_SHLIB= 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 post-install: .if !defined(NOPORTDOCS) 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 diff --git a/graphics/jpeg/pkg-plist b/graphics/jpeg/pkg-plist index 558fd8902e1c..1b79cfeab6dd 100644 --- a/graphics/jpeg/pkg-plist +++ b/graphics/jpeg/pkg-plist @@ -3,6 +3,13 @@ bin/djpeg bin/jpegtran bin/rdjpgcom bin/wrjpgcom +include/jconfig.h +include/jerror.h +include/jmorecfg.h +include/jpeglib.h +lib/libjpeg.a +lib/libjpeg.so +lib/libjpeg.so.9 share/doc/jpeg/README share/doc/jpeg/coderules.doc share/doc/jpeg/filelist.doc @@ -12,12 +19,4 @@ share/doc/jpeg/libjpeg.doc share/doc/jpeg/structure.doc share/doc/jpeg/usage.doc share/doc/jpeg/wizard.doc -include/jconfig.h -include/jerror.h -include/jmorecfg.h -include/jpeglib.h -lib/libjpeg.a -lib/libjpeg.la -lib/libjpeg.so -lib/libjpeg.so.9 @dirrm share/doc/jpeg |