void-packages/srcpkgs/x42-plugins/patches/fix-cross.patch
2019-04-05 16:11:28 -03:00

12 lines
343 B
Diff

--- convoLV2/Makefile
+++ convoLV2/Makefile
@@ -76,9 +76,6 @@ ifneq ($(BUILDGTK), no)
endif
ifeq ($(LIBZITACONVOLVER),)
- ifeq ($(shell test -f /usr/include/zita-convolver.h -o -f /usr/local/include/zita-convolver.h || echo no ), no)
- $(error "libzita-convolver3 or 4, is required")
- endif
LOADLIBES += -lzita-convolver
endif