From 19e9bdb0aaceadc6c47176a938264326e776b51f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 30 Mar 2019 01:48:17 -0700 Subject: [PATCH] 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/Makefile | 3 ++- net/lcdringer/patches/010-disable-check.patch | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 net/lcdringer/patches/010-disable-check.patch diff --git a/net/lcdringer/Makefile b/net/lcdringer/Makefile index bc23b86224..f56d4a9a21 100644 --- a/net/lcdringer/Makefile +++ b/net/lcdringer/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lcdringer PKG_VERSION:=0.0.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=W. Michael Petullo @@ -23,6 +23,7 @@ PKG_BUILD_DEPENDS:=vala PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk diff --git a/net/lcdringer/patches/010-disable-check.patch b/net/lcdringer/patches/010-disable-check.patch new file mode 100644 index 0000000000..b079609833 --- /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") +