void-packages/srcpkgs/gmic/patches/03-plugindir-and-no-wget.patch
2025-03-22 22:09:52 -04:00

11 lines
341 B
Diff

--- a/src/Makefile
+++ b/src/Makefile
@@ -86,7 +86,7 @@
INCLUDE ?= include
PIC = -fPIC
EXE =
-WGET = wget --no-check-certificate --quiet -O
+WGET = false
GIMPTOOL = $(shell command -v gimptool-3.0 >/dev/null 2>&1 && echo gimptool-3.0 || echo gimptool-2.0)
PLUGIN = $(shell $(GIMPTOOL) --gimpplugindir)/plug-ins
SHARE = $(PREFIX)/share