pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/grip/patches Add workaround for fixing build on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b294432e8bd
branches:  trunk
changeset: 370649:3b294432e8bd
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Sun Oct 22 07:55:24 2017 +0000

description:
Add workaround for fixing build on Linux

See https://github.com/westes/flex/issues/241
The problem is fixed in master branch and the workaround could be removed
in the next version update.

diffstat:

 audio/grip/patches/patch-configure |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 5029fbacc8b6 -r 3b294432e8bd audio/grip/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/grip/patches/patch-configure        Sun Oct 22 07:55:24 2017 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-configure,v 1.3 2017/10/22 07:55:24 triaxx Exp $
+
+id3lib has a unused variable warning that makes build fail.
+
+--- configure.orig     2017-10-04 13:07:02.000000000 +0000
++++ configure
+@@ -3067,7 +3067,6 @@ fi
+ 
+ 
+ warning_flags="$CFLAGS -Wall"
+-werror_flags="$warning_flags -Werror"
+ 
+ # Check whether --enable-werror was given.
+ if test "${enable_werror+set}" = set; then :



Home | Main Index | Thread Index | Old Index