OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=d4e2242c64c82890f661a4175e7b110f
12 lines
300 B
Diff
12 lines
300 B
Diff
--- Magick++/demo/makefile.2
|
|
+++ 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
|
|
+
|
|
+
|
|
+
|