mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-31 17:12:58 +02:00
11 lines
341 B
Diff
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
|