diff options
author | Max Khon <fjoe@FreeBSD.org> | 2007-08-23 07:28:36 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2007-08-23 07:28:36 +0000 |
commit | f15f66326c7d48c3a6b0b959f3ff7bb380b87d21 (patch) | |
tree | 233fe12f3b68bbd3f8fd97dadece63f00f852820 /sysutils/fusefs-pod/files | |
parent | 98dcd8a426fc383c709a83368f9f240427bbf31d (diff) |
Notes
Diffstat (limited to 'sysutils/fusefs-pod/files')
-rw-r--r-- | sysutils/fusefs-pod/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/fusefs-pod/files/patch-configure b/sysutils/fusefs-pod/files/patch-configure new file mode 100644 index 000000000000..2cf3daa10dd1 --- /dev/null +++ b/sysutils/fusefs-pod/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed Aug 22 22:03:08 2007 ++++ configure Wed Aug 22 22:03:20 2007 +@@ -3455,7 +3455,7 @@ + taglib_LIBS=`$TAGLIB_CONFIG --libs` + fi + +-CPPFLAGS="$CPPFLAGS -Wall -O2 -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=25 $FUSE_CPPFLAGS $libgpod_CFLAGS $taglib_CFLAGS" ++CPPFLAGS="$CPPFLAGS -Wall -O2 -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=25 $FUSE_CFLAGS $libgpod_CFLAGS $taglib_CFLAGS" + LIBS="$FUSE_LIBS $libgpod_LIBS $taglib_LIBS" + + ac_config_files="$ac_config_files Makefile src/Makefile man/Makefile" |