mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
29 lines
962 B
Text
29 lines
962 B
Text
--- configure.orig 2015-03-14 14:10:24 UTC
|
|
+++ configure
|
|
@@ -3256,7 +3256,7 @@ if test "${enable_mount_helper+set}" = s
|
|
else
|
|
|
|
case "${target_os}" in
|
|
- linux*) enable_mount_helper="yes" ;;
|
|
+ linux*|freebsd*) enable_mount_helper="yes" ;;
|
|
*) enable_mount_helper="no" ;;
|
|
esac
|
|
|
|
@@ -12871,7 +12871,7 @@ fi
|
|
with_fuse="external"
|
|
;;
|
|
freebsd*)
|
|
- as_fn_error $? "Please see FreeBSD support at http://www.freshports.org/sysutils/fusefs-ntfs" "$LINENO" 5
|
|
+ with_fuse="external"
|
|
;;
|
|
*)
|
|
as_fn_error $? "ntfs-3g can be built for Linux, FreeBSD, Mac OS X, NetBSD, and Solaris only." "$LINENO" 5
|
|
@@ -15014,7 +15014,7 @@ if test "x${DISTCHECK_HACK}" != "x"; the
|
|
fi
|
|
|
|
# Settings
|
|
-pkgconfigdir="\$(libdir)/pkgconfig"
|
|
+pkgconfigdir="\$(prefix)/libdata/pkgconfig"
|
|
ntfs3gincludedir="\$(includedir)/ntfs-3g"
|
|
# Executables should be installed to the root filesystem, otherwise
|
|
# automounting NTFS volumes can fail during boot if the driver binaries
|