# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../vdr-text2skin/imagemagick.patch # Copyright (C) 2008 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- --- text2skin-1.1-cvs_ext-0.11/Makefile.orig 2007-03-09 17:55:45.000000000 +0100 +++ text2skin-1.1-cvs_ext-0.11/Makefile 2007-12-30 16:00:34.000000000 +0100 @@ -81,8 +81,8 @@ ifdef HAVE_IMAGEMAGICK DEFINES += -DHAVE_IMAGEMAGICK - LIBS += -lMagick -lMagick++ -# LIBS += $(shell Magick++-config --ldflags --libs) + INCLUDES += $(shell Magick++-config --cppflags) + LIBS += $(shell Magick++-config --ldflags --libs) endif ifdef HAVE_FREETYPE