summaryrefslogtreecommitdiff
path: root/graphics/jpeg
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-09 13:18:13 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-09 13:18:13 +0000
commit8dd2085064f712bfdee98302909f949449ec2c7c (patch)
treee26892c8f52689312f0dd72b63dfd9a4d9d563f9 /graphics/jpeg
parentRequire perl 5.6 or newer. (diff)
Use libtool15
Approved by: dinoex (maintainer) pav (co mentor)
Diffstat (limited to 'graphics/jpeg')
-rw-r--r--graphics/jpeg/Makefile3
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