From 19e9bdb0aaceadc6c47176a938264326e776b51f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 30 Mar 2019 01:48:17 -0700 Subject: lcdringer: Remove libcheck dependency to fix compilation libcheck is some kind of testing framework. it is not only unnecessary, it is not even used in the code. Signed-off-by: Rosen Penev --- net/lcdringer/patches/010-disable-check.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/lcdringer/patches/010-disable-check.patch (limited to 'net/lcdringer/patches') diff --git a/net/lcdringer/patches/010-disable-check.patch b/net/lcdringer/patches/010-disable-check.patch new file mode 100644 index 000000000..b07960983 --- /dev/null +++ b/net/lcdringer/patches/010-disable-check.patch @@ -0,0 +1,12 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -87,9 +87,6 @@ fi + AC_SUBST(GSTREAMER_CFLAGS) + AC_SUBST(GSTREAMER_LIBS) + +-PKG_CHECK_MODULES([CHECK], [check >= 0.9.4],have_check=yes,have_check=no) +-AM_CONDITIONAL(HAVE_CHECK, test x"$have_check" = "xyes") +- + AM_PROG_VALAC([0.11.4]) + AM_CONDITIONAL(HAVE_VALAC, test -x "$VALAC") + -- cgit v1.2.3