aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-unionfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fusefs-unionfs/Makefile')
-rw-r--r--sysutils/fusefs-unionfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fusefs-unionfs/Makefile b/sysutils/fusefs-unionfs/Makefile
index bf97694ef775..2d8e6a7bec0c 100644
--- a/sysutils/fusefs-unionfs/Makefile
+++ b/sysutils/fusefs-unionfs/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= unionfs
-PORTVERSION= 0.16
+PORTVERSION= 0.17
CATEGORIES= sysutils
MASTER_SITES= http://podgorny.cz/unionfs-fuse/releases/
PKGNAMEPREFIX= fusefs-
@@ -25,7 +25,7 @@ USE_BZIP2= yes
do-build:
(cd ${WRKSRC} && \
${CC} ${CFLAGS} -I${LOCALBASE}/include/fuse \
- -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 \
+ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -U_POSIX_SYNCHRONIZED_IO \
-o unionfs *.c -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lfuse)
do-install: