ImageMagick/ImageMagick-6.6.8.9-examples.patch
2016-05-13 19:31:18 +00:00

14 lines
385 B
Diff

Index: Magick++/demo/makefile.2
===================================================================
--- /dev/null
+++ Magick++/demo/makefile.2
@@ -0,0 +1,8 @@
+LDFLAGS= $(shell Magick-config --ldflags)
+LOADLIBES=-lMagick++ $(shell Magick-config --libs)
+CPPFLAGS=$(shell Magick-config --cflags) $(shell Magick-config --cppflags)
+
+all: button demo detrans flip shapes
+
+
+