aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-unionfs
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-28 10:51:58 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-28 10:51:58 +0000
commit100d65b37a9bddd5f4aa468bbef3ac27a9d8d5d9 (patch)
treeae18db5e53b8dc7dbd4ce8e2d3f0eec05e53d1f4 /sysutils/fusefs-unionfs
parent298de7b9f06266310120b24ed8c489ca75032733 (diff)
downloadports-100d65b37a9bddd5f4aa468bbef3ac27a9d8d5d9.tar.gz
ports-100d65b37a9bddd5f4aa468bbef3ac27a9d8d5d9.zip
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=313088
Diffstat (limited to 'sysutils/fusefs-unionfs')
-rw-r--r--sysutils/fusefs-unionfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-unionfs/Makefile b/sysutils/fusefs-unionfs/Makefile
index 71982c54d3fc..06686a79f89d 100644
--- a/sysutils/fusefs-unionfs/Makefile
+++ b/sysutils/fusefs-unionfs/Makefile
@@ -24,7 +24,7 @@ do-build:
(cd ${WRKSRC}/src && \
${CC} ${CFLAGS} -I${LOCALBASE}/include/fuse \
-D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -U_POSIX_SYNCHRONIZED_IO \
- -o unionfs *.c -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lfuse -lm)
+ -o unionfs *.c -L${LOCALBASE}/lib -pthread -lfuse -lm)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/unionfs ${PREFIX}/bin