[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    [kdeaddons] noatun-plugins/blurscope compilation fix
From:       Bongani Hlope <bhlope () mweb ! co ! za>
Date:       2005-09-26 20:06:55
Message-ID: 200509262206.56057.bhlope () mweb ! co ! za
[Download RAW message or body]

Hi

Could you pllease apply this patch to fix compilation problems with the blurscope plugin
for noatun. The `$(SDL_CONFIG) --libs` command returns -L/usr/lib64 -lSDL -lpthread,
which tries to link against my distro installed version of kde, since it is added before /opt/kde/lib


Index: noatun-plugins/blurscope/Makefile.am
===================================================================
--- noatun-plugins/blurscope/Makefile.am        (revision 464284)
+++ noatun-plugins/blurscope/Makefile.am        (working copy)
@@ -2,7 +2,7 @@

 kde_module_LTLIBRARIES = noatunblurscope.la
 noatunblurscope_la_SOURCES = sdlscope.cpp scopedisplayer.cpp
-noatunblurscope_la_LDFLAGS = -module -avoid-version -no-undefined `$(SDL_CONFIG) --libs` $(all_libraries)
+noatunblurscope_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) `$(SDL_CONFIG) --libs`
 noatunblurscope_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
 noatunblurscope_la_METASOURCES = AUTO

 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic