diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-28 06:42:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-28 06:42:01 +0000 |
commit | ff5ff7641b579c66a2fe9caea8a1068785a5f59d (patch) | |
tree | b64eca6d24a1951fc006af4ce86464615775e92f | |
parent | f7d8996cd00f5e1d438521d5d8f3e5f18b73445a (diff) | |
download | ports-ff5ff7641b579c66a2fe9caea8a1068785a5f59d.tar.gz ports-ff5ff7641b579c66a2fe9caea8a1068785a5f59d.zip |
Notes
-rw-r--r-- | devel/libisofs/Makefile | 7 | ||||
-rw-r--r-- | devel/libisofs/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/libisofs/Makefile b/devel/libisofs/Makefile index 98b7693865f3..04715343b968 100644 --- a/devel/libisofs/Makefile +++ b/devel/libisofs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libisofs -PORTVERSION= 1.0.8 +PORTVERSION= 1.1.2 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ @@ -16,9 +16,10 @@ COMMENT= Libburnia ISO9660 filesystem creation library LIB_DEPENDS= burn.4:${PORTSDIR}/devel/libburn GNU_CONFIGURE= yes -CONFIGURE_ARGS= CFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -liconv" - USE_ICONV= yes USE_LDCONFIG= yes +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure + .include <bsd.port.mk> diff --git a/devel/libisofs/distinfo b/devel/libisofs/distinfo index 911dc5fa5849..916324637af5 100644 --- a/devel/libisofs/distinfo +++ b/devel/libisofs/distinfo @@ -1,2 +1,2 @@ -SHA256 (libisofs-1.0.8.tar.gz) = 4de57bacf16ae8b97971f01ed11198dbf6ad75213f804e0d3fc7fadfe2e35c8e -SIZE (libisofs-1.0.8.tar.gz) = 699081 +SHA256 (libisofs-1.1.2.tar.gz) = fe743605f8c69ebca154f8ebf9d8ce6b895069b40bacb441ba9c1ee4b42b3850 +SIZE (libisofs-1.1.2.tar.gz) = 702291 |