diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-07-22 02:42:38 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-07-22 02:43:35 +0100 |
commit | 46da3eedc5d15b8c395d0ed939ee7898db331e48 (patch) | |
tree | c66c33e60ec533ac6bc275efb2a5af50908740f5 /net/gnunet/patches | |
parent | 2860cf169a7f54f4061500052b0ea9f0301c5325 (diff) |
gnunet: update to version 0.13.1
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.patch | 6 |
1 files changed, 2 insertions, 4 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 9b2743655..cfc79bd0f 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,8 +1,6 @@ -diff --git a/configure.ac b/configure.ac -index e2c4dd39f..95053e672 100644 --- a/configure.ac +++ b/configure.ac -@@ -803,10 +803,12 @@ AC_ARG_WITH(libpulse, +@@ -811,10 +811,12 @@ AC_ARG_WITH(libpulse, LDFLAGS="-L$with_libpulse/lib $LDFLAGS" CPPFLAGS="-I$with_libpulse/include $CPPFLAGS" AC_CHECK_HEADERS(pulse/simple.h, @@ -19,7 +17,7 @@ index e2c4dd39f..95053e672 100644 ]) ], [AC_MSG_RESULT([--with-libpulse not specified]) -@@ -846,10 +848,12 @@ AC_ARG_WITH(libopus, +@@ -854,10 +856,12 @@ AC_ARG_WITH(libopus, LDFLAGS="-L$with_libopus/lib $LDFLAGS" CPPFLAGS="-I$with_libopus/include $CPPFLAGS" AC_CHECK_HEADERS(opus/opus.h, |