freebsd-ports/math/octave-forge-image/files/patch-src:Makefile
Dmitry Marakasov 4befb440af - Fix dynamic linker errors by explicitely linking with Magick++ libs
- While here, convert some spaces to tabs

PR:		127369
Submitted by:	Jason Lenthe <lenthe at comcast dot net>
Fix by:		Stephen Montgomery-Smith <stephen at math dot missouri dot edu> (maintainer)
2008-09-25 23:19:38 +00:00

10 lines
402 B
Text

--- src/Makefile-orig 2008-09-14 01:33:56.000000000 -0500
+++ src/Makefile 2008-09-14 01:34:56.000000000 -0500
@@ -30,6 +30,6 @@
$(MKOCTFILE) $< -lpng
__magick_read__.oct: __magick_read__.cc
- $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --ldflags`
+ $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --ldflags --libs`
clean: ; -$(RM) *.o octave-core core *.oct *~