SOURCES: kallery-libs.patch (NEW) - fix hardcoded -lMagick in LIBS

glen glen at pld-linux.org
Wed Nov 12 21:26:09 CET 2008


Author: glen                         Date: Wed Nov 12 20:26:09 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix hardcoded -lMagick in LIBS

---- Files affected:
SOURCES:
   kallery-libs.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/kallery-libs.patch
diff -u /dev/null SOURCES/kallery-libs.patch:1.1
--- /dev/null	Wed Nov 12 21:26:10 2008
+++ SOURCES/kallery-libs.patch	Wed Nov 12 21:26:04 2008
@@ -0,0 +1,11 @@
+--- kallery-1.2.0/kallery/Makefile.am~	2006-11-21 15:05:22.000000000 +0200
++++ kallery-1.2.0/kallery/Makefile.am	2008-11-12 22:23:54.535504548 +0200
+@@ -10,7 +10,7 @@
+ 	imagethumbpage.cpp targetpath.cpp descsourcepage.cpp imageoptionspage.cpp \
+ 	htmloptionspage.cpp imagehtmlpage.cpp lastpage.cpp
+ 
+-kallery_LDADD   = -lMagick $(LIB_KFILE) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) $(LIBSOCKET)
++kallery_LDADD   = $(LIB_KFILE) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) $(LIBSOCKET)
+ 
+ xdg_apps_DATA = kallery.desktop
+ 
================================================================


More information about the pld-cvs-commit mailing list