diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-05-18 23:49:08 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-05-18 23:49:08 +0800 |
commit | 4a16bf34aad8e2f5915faead3a9222b148d93ee9 (patch) | |
tree | 28886e7ae4c76ddaab16cd55ead2a5afb543a837 | |
parent | bef9fd49aba7351b6c459b184e39dd32280364c3 (diff) | |
download | freebsd-ports-gnome-4a16bf34aad8e2f5915faead3a9222b148d93ee9.tar.gz freebsd-ports-gnome-4a16bf34aad8e2f5915faead3a9222b148d93ee9.tar.zst freebsd-ports-gnome-4a16bf34aad8e2f5915faead3a9222b148d93ee9.zip |
- Add USE_ICONV (reported to fail without it, if not pulled by dependencies).
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index d22f0b4661a2..93f91154d98b 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 +USE_ICONV= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |