aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-libs
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-libs
parent298de7b9f06266310120b24ed8c489ca75032733 (diff)
downloadports-100d65b37a9bddd5f4aa468bbef3ac27a9d8d5d9.tar.gz
ports-100d65b37a9bddd5f4aa468bbef3ac27a9d8d5d9.zip
Notes
Diffstat (limited to 'sysutils/fusefs-libs')
-rw-r--r--sysutils/fusefs-libs/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile
index 59817d1725b2..36f7435a424a 100644
--- a/sysutils/fusefs-libs/Makefile
+++ b/sysutils/fusefs-libs/Makefile
@@ -13,7 +13,6 @@ COMMENT= FUSE allows filesystem implementation in userspace
GNU_CONFIGURE= yes
CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin
-CFLAGS+= ${PTHREAD_CFLAGS}
USE_LDCONFIG= yes
USE_PKGCONFIG= yes
USE_ICONV= yes
@@ -22,14 +21,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
TXT_DOCS= how-fuse-works \
kernel.txt
-post-patch:
- ${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},' \
- -e 's,-D_FILE_OFFSET_BITS=64,-D_FILE_OFFSET_BITS=64 ${PTHREAD_CFLAGS},' \
- ${WRKSRC}/fuse.pc.in
- ${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},' \
- ${WRKSRC}/lib/Makefile.in \
- ${WRKSRC}/example/Makefile.in
-
post-install:
${INSTALL_DATA} ${WRKSRC}/include/fuse_kernel.h ${PREFIX}/include/fuse