Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 213980
Collapse All | Expand All

(-)main/image/Makefile (-1 / +1 lines)
Lines 29-35 pngwrite.oct: pngwrite.cc Link Here
29
	$(MKOCTFILE) $< -lpng
29
	$(MKOCTFILE) $< -lpng
30
	
30
	
31
__imagemagick__.oct: __imagemagick__.cc
31
__imagemagick__.oct: __imagemagick__.cc
32
	$(MKOCTFILE) $< -lMagick++ -lMagick
32
	$(MKOCTFILE) $< `Magick++-config --cppflags --libs`
33
	
33
	
34
__magick_read__$(OCTLINK): __imagemagick__.oct
34
__magick_read__$(OCTLINK): __imagemagick__.oct
35
	$(MKOCTLINK) __imagemagick__.oct $@
35
	$(MKOCTLINK) __imagemagick__.oct $@

Return to bug 213980