aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/cuse4bsd-kmod/Makefile
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2012-08-19 04:24:01 +0800
committernox <nox@FreeBSD.org>2012-08-19 04:24:01 +0800
commitfb4884cff848785f3aa9c77d5c1c09b6d84eea41 (patch)
tree4f5ac014a0c2f36ec39b5dce50fb9088c66e22fd /multimedia/cuse4bsd-kmod/Makefile
parent20a914e2c821f3396b79dcf9248a789d01658427 (diff)
downloadfreebsd-ports-gnome-fb4884cff848785f3aa9c77d5c1c09b6d84eea41.tar.gz
freebsd-ports-gnome-fb4884cff848785f3aa9c77d5c1c09b6d84eea41.tar.zst
freebsd-ports-gnome-fb4884cff848785f3aa9c77d5c1c09b6d84eea41.zip
- Update to 0.1.26 :
- Fix for refcounting bug. - Use PTHREAD_LIBS. Submitted by: hselasky (maintainer)
Diffstat (limited to 'multimedia/cuse4bsd-kmod/Makefile')
-rw-r--r--multimedia/cuse4bsd-kmod/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/cuse4bsd-kmod/Makefile b/multimedia/cuse4bsd-kmod/Makefile
index 0d843bf3a767..33bafbce3974 100644
--- a/multimedia/cuse4bsd-kmod/Makefile
+++ b/multimedia/cuse4bsd-kmod/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cuse4bsd-kmod
-PORTVERSION= 0.1.24
+PORTVERSION= 0.1.26
CATEGORIES= multimedia kld
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
http://hselasky.homeunix.org:8192/distfiles/
@@ -39,6 +39,8 @@ OPTIONS= DEBUG "Build with debugging support" Off
IGNORE= requires FreeBSD 8.0-RELEASE or later
.endif
+MAKE_ARGS+=" PTHREAD_LIBS=${PTHREAD_LIBS}"
+
.if defined(WITH_DEBUG)
MAKE_ARGS+=" HAVE_DEBUG=YES"
.endif