mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
703 B
Plaintext
15 lines
703 B
Plaintext
$NetBSD: patch-ab,v 1.8 2011/01/27 17:24:19 wiz Exp $
|
|
|
|
Add rpath for embedded mySQL library.
|
|
|
|
--- src/core-impl/collections/db/sql/mysqlecollection/CMakeLists.txt.orig 2010-03-10 23:12:15.000000000 +0000
|
|
+++ src/core-impl/collections/db/sql/mysqlecollection/CMakeLists.txt
|
|
@@ -49,6 +49,7 @@ if(APPLE)
|
|
SET_TARGET_PROPERTIES(amarok_collection-mysqlecollection PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")
|
|
endif(APPLE)
|
|
|
|
+SET_TARGET_PROPERTIES(amarok_collection-mysqlecollection PROPERTIES LINK_FLAGS "@@WLR@@")
|
|
install(TARGETS amarok_collection-mysqlecollection DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
install(FILES amarok_collection-mysqlecollection.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|