diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-09 13:18:13 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-09 13:18:13 +0000 |
commit | 8dd2085064f712bfdee98302909f949449ec2c7c (patch) | |
tree | e26892c8f52689312f0dd72b63dfd9a4d9d563f9 /graphics | |
parent | e04dcabe31ecc54de448b52ec209a1d2b9ccf2e3 (diff) | |
download | ports-8dd2085064f712bfdee98302909f949449ec2c7c.tar.gz ports-8dd2085064f712bfdee98302909f949449ec2c7c.zip |
Use libtool15
Approved by: dinoex (maintainer)
pav (co mentor)
Notes
Notes:
svn path=/head/; revision=121192
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jpeg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index dd45c3178226..259eb60ae8b1 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -24,7 +24,7 @@ COMMENT= IJG's jpeg compression utilities WRKSRC= ${WRKDIR}/jpeg-6b -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared --enable-static @@ -40,6 +40,7 @@ MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 post-extract: @${CP} ${DISTDIR}/jpegexiforient.c ${WRKSRC}/ @${CP} ${DISTDIR}/exifautotran.txt ${WRKSRC}/exifautotran + @${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool post-build: @cd ${WRKSRC} && ${CC} ${CFLAGS} -o jpegexiforient jpegexiforient.c |