void-packages/srcpkgs/x42-plugins/patches/fix-cross.patch

13 lines
343 B
Diff
Raw Normal View History

2019-04-05 17:53:53 +00:00
--- 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