rework ImageMagick-6.8.8-1-disable-insecure-coders.patch, rebase patches OBS-URL: https://build.opensuse.org/request/show/394840 OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=253
14 lines
385 B
Diff
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
|
|
+
|
|
+
|
|
+
|