forked from Lainports/opnsense-ports
11 lines
484 B
Text
11 lines
484 B
Text
--- Makefile.in.orig 2012-02-27 01:02:28 UTC
|
|
+++ Makefile.in
|
|
@@ -181,7 +181,7 @@ top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
mtpfs_SOURCES = mtpfs.c mtpfs.h $(am__append_1)
|
|
-mtpfs_CPPFLAGS = -DFUSE_USE_VERSION=22 $(FUSE_CFLAGS) $(GLIB_CFLAGS) \
|
|
+mtpfs_CPPFLAGS = -DFUSE_USE_VERSION=26 $(FUSE_CFLAGS) $(GLIB_CFLAGS) \
|
|
$(MTP_CFLAGS) $(am__append_2)
|
|
mtpfs_LDADD = $(FUSE_LIBS) $(GLIB_LIBS) $(MTP_LIBS) $(am__append_3)
|
|
all: all-am
|