aboutsummaryrefslogtreecommitdiff
path: root/net/gnunet/patches
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2020-09-13 23:17:55 +0100
committerDaniel Golle <daniel@makrotopia.org>2020-09-13 23:19:39 +0100
commit5f9a1a142227cc78b961ac39a19772fb9a2d65d0 (patch)
tree37965e21e78ffbf43a67beaa8becc3ecf722c385 /net/gnunet/patches
parentdecc5f51f46c75934d3a74abad210b9109be6eb1 (diff)
gnunet: update to version 0.13.3
Apart from adapting to upstream changes also switch to use FILE_MODES instead of chown/chmod in init-script. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'net/gnunet/patches')
-rw-r--r--net/gnunet/patches/100-fix-opus-and-pulse-library-detection.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnunet/patches/100-fix-opus-and-pulse-library-detection.patch b/net/gnunet/patches/100-fix-opus-and-pulse-library-detection.patch
index cfc79bd0f..ee416ea72 100644
--- a/net/gnunet/patches/100-fix-opus-and-pulse-library-detection.patch
+++ b/net/gnunet/patches/100-fix-opus-and-pulse-library-detection.patch
@@ -1,6 +1,6 @@
--- a/configure.ac
+++ b/configure.ac
-@@ -811,10 +811,12 @@ AC_ARG_WITH(libpulse,
+@@ -813,10 +813,12 @@ AC_ARG_WITH(libpulse,
LDFLAGS="-L$with_libpulse/lib $LDFLAGS"
CPPFLAGS="-I$with_libpulse/include $CPPFLAGS"
AC_CHECK_HEADERS(pulse/simple.h,
@@ -17,7 +17,7 @@
])
],
[AC_MSG_RESULT([--with-libpulse not specified])
-@@ -854,10 +856,12 @@ AC_ARG_WITH(libopus,
+@@ -856,10 +858,12 @@ AC_ARG_WITH(libopus,
LDFLAGS="-L$with_libopus/lib $LDFLAGS"
CPPFLAGS="-I$with_libopus/include $CPPFLAGS"
AC_CHECK_HEADERS(opus/opus.h,