diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-08 17:01:46 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-08 17:01:46 +0000 |
commit | 384f61135e153fd1de21d5b895eb6bb856136209 (patch) | |
tree | 127571f31338e8b3fe0229b4907510f58a2998c3 /graphics/jpeg-mmx | |
parent | 46b1396666f84918ec826453545ba487d765e7d5 (diff) | |
download | ports-384f61135e153fd1de21d5b895eb6bb856136209.tar.gz ports-384f61135e153fd1de21d5b895eb6bb856136209.zip |
Notes
Diffstat (limited to 'graphics/jpeg-mmx')
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 5 |
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} |