1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/graphics/openfx-misc/files/patch-CImg_Makefile
Olivier Cochard e03ec2f3ff New port: graphics/openfx-misc
Miscellaneous OFX / OpenFX / Open Effects plugins. These plugins were
primarily developped for Natron, but may be used with other OpenFX hosts.
2018-05-01 23:51:34 +00:00

23 lines
1.0 KiB
Plaintext

--- CImg/Makefile.orig 2018-04-05 10:43:14 UTC
+++ CImg/Makefile
@@ -179,16 +179,16 @@ endif
CIMGVERSION=88fab6de7bfc141a1f577e3cf1b17b9fb1e4f438
CImg.h: Inpaint/inpaint.h
- curl -L -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION)/CImg.h
+# curl -L -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION)/CImg.h
# patch -p0 -d. < CImg-2.0.0-anisotropic.patch
# patch -p0 -d. < CImg-1.7.1-omp.patch
Inpaint/inpaint.h:
- curl -L -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION)/plugins/inpaint.h
+# curl -L -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION)/plugins/inpaint.h
patch -p0 -d. < Inpaint/inpaint.h.patch
nlmeans.h:
- curl -L -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION)/plugins/nlmeans.h
+# curl -L -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION)/plugins/nlmeans.h
#git archive --remote=git://git.code.sf.net/p/gmic/source $(CIMGVERSION):src CImg.h | tar xf -