I still can't believe that my last silly try succeeded just now with these 
changes to the configuration:
----
configure.args-append \
                    
-DNEPOMUK_LIBRARIES:FILEPATH=/opt/macports-test/lib/libnepomuk.dylib \
                    
-DNEPOMUK_QUERY_LIBRARIES:FILEPATH=/opt/macports-test/lib/libnepomukquery.dylib 
\
                    
-DNEPOMUK_UTILS_LIBRARIES:FILEPATH=/opt/macports-test/lib/libnepomukutils.dylib
#                   -DNEPOMUK_LIBRARIES=${prefix}/lib
----

It seems to me that cmake's logic is missing that specifying 

        "-DNEPOMUK_LIBRARIES=${prefix}/lib"

should be sufficient to fill 

        "-DNEPOMUK_LIBRARIES:FILEPATH"

with the correct file path

        "/opt/macports-test/lib/libnepomuk.dylib"

in order to let the build succeed.

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

Reply via email to