mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
- Do not install /usr/sbin/mount_ntfs-3g symlink (added note in README.FreeBSD) because it doesn't work in 7.x or later. - Drop maintainership (fuse4bsd is unmaintained, and there are problems that will affect this port until an alternative appears).
37 lines
1.5 KiB
Text
37 lines
1.5 KiB
Text
--- src/Makefile.in.orig 2010-03-06 13:12:36.000000000 -0300
|
|
+++ src/Makefile.in 2010-06-21 21:59:54.000000000 -0300
|
|
@@ -255,10 +255,10 @@
|
|
ntfs_3g_LDADD = $(FUSE_LIBS) $(top_builddir)/libntfs-3g/libntfs-3g.la
|
|
@REALLYSTATIC_TRUE@ntfs_3g_LDFLAGS = $(AM_LDFLAGS) -all-static
|
|
ntfs_3g_CFLAGS = \
|
|
+ -I$(top_srcdir)/include/ntfs-3g \
|
|
$(AM_CFLAGS) \
|
|
-DFUSE_USE_VERSION=26 \
|
|
- $(FUSE_CFLAGS) \
|
|
- -I$(top_srcdir)/include/ntfs-3g
|
|
+ $(FUSE_CFLAGS)
|
|
|
|
ntfs_3g_SOURCES = ntfs-3g.c
|
|
ntfs_3g_probe_LDADD = $(top_builddir)/libntfs-3g/libntfs-3g.la
|
|
@@ -267,9 +267,9 @@
|
|
@REALLYSTATIC_TRUE@ntfs_3g_probe_LDFLAGS = $(AM_LDFLAGS) -all-static
|
|
@REALLYSTATIC_TRUE@ntfs_3g_usermap_LDFLAGS = $(AM_LDFLAGS) -all-static
|
|
@REALLYSTATIC_TRUE@ntfs_3g_secaudit_LDFLAGS = $(AM_LDFLAGS) -all-static
|
|
-ntfs_3g_probe_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/include/ntfs-3g
|
|
-ntfs_3g_usermap_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/include/ntfs-3g
|
|
-ntfs_3g_secaudit_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/include/ntfs-3g
|
|
+ntfs_3g_probe_CFLAGS = -I$(top_srcdir)/include/ntfs-3g $(AM_CFLAGS)
|
|
+ntfs_3g_usermap_CFLAGS = -I$(top_srcdir)/include/ntfs-3g $(AM_CFLAGS)
|
|
+ntfs_3g_secaudit_CFLAGS = -I$(top_srcdir)/include/ntfs-3g $(AM_CFLAGS)
|
|
ntfs_3g_probe_SOURCES = ntfs-3g.probe.c
|
|
ntfs_3g_usermap_SOURCES = usermap.c
|
|
ntfs_3g_secaudit_SOURCES = secaudit.c
|
|
@@ -667,7 +667,7 @@
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-data-local install-man \
|
|
+install-data-am: install-man \
|
|
install-rootbinPROGRAMS install-rootsbinDATA
|
|
|
|
install-dvi: install-dvi-am
|