aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpeg-mmx
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-08 17:01:46 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-08 17:01:46 +0000
commit384f61135e153fd1de21d5b895eb6bb856136209 (patch)
tree127571f31338e8b3fe0229b4907510f58a2998c3 /graphics/jpeg-mmx
parent46b1396666f84918ec826453545ba487d765e7d5 (diff)
downloadports-384f61135e153fd1de21d5b895eb6bb856136209.tar.gz
ports-384f61135e153fd1de21d5b895eb6bb856136209.zip
Notes
Diffstat (limited to 'graphics/jpeg-mmx')
-rw-r--r--graphics/jpeg-mmx/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile
index 9bef7b367ab4..366d7dc0c35c 100644
--- a/graphics/jpeg-mmx/Makefile
+++ b/graphics/jpeg-mmx/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= cjpeg:${PORTSDIR}/graphics/jpeg
ONLY_FOR_ARCHS= i386
-USE_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
USE_GMAKE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-shared --enable-static
@@ -43,6 +43,9 @@ PLIST_FILES= ${BIN_FILES:S|^|bin/|:S|$|${JPEG_EXT}|} \
CONFIGURE_ARGS+= --enable-maxmem=${J_MAXMEM}
.endif
+post-patch:
+ @${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool
+
do-install:
.for f in ${BIN_FILES}
@${INSTALL_PROGRAM} ${WRKSRC}/.libs/${f} ${PREFIX}/bin/${f}${JPEG_EXT}