From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- app-emulation/fuse/files/remove-local-prefix.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app-emulation/fuse/files/remove-local-prefix.patch (limited to 'app-emulation/fuse/files') diff --git a/app-emulation/fuse/files/remove-local-prefix.patch b/app-emulation/fuse/files/remove-local-prefix.patch new file mode 100644 index 000000000000..61bf33a1adc7 --- /dev/null +++ b/app-emulation/fuse/files/remove-local-prefix.patch @@ -0,0 +1,18 @@ +diff -Naur fuse-1.5.7/configure.ac fuse-1.5.7-patched/configure.ac +--- fuse-1.5.7/configure.ac 2018-12-09 13:06:11.000000000 +0100 ++++ fuse-1.5.7-patched/configure.ac 2020-07-28 17:02:33.678546857 +0200 +@@ -110,14 +110,6 @@ + AX_STRINGS_STRCASECMP + fi + +-dnl Allow the user to say that various libraries are in one place +-AC_ARG_WITH(local-prefix, +-[ --with-local-prefix=PFX local libraries installed in PFX (optional)], +-CPPFLAGS="$CPPFLAGS -I$withval/include"; LDFLAGS="$LDFLAGS -L$withval/lib", +-if test "$prefix" != "NONE"; then +- CPPFLAGS="$CPPFLAGS -I$prefix/include"; LDFLAGS="$LDFLAGS -L$prefix/lib" +-fi) +- + dnl Check that libspectrum is available and that it is new enough + PKG_CHECK_MODULES([LIBSPECTRUM], [libspectrum >= 1.4.0]) + -- cgit v1.2.3