blob: c6891975584939106b727d53e9da2607034360df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- 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
|