[MacPorts] #28410: attica crashes kmymoney4

MacPorts noreply at macports.org
Sun Feb 20 14:22:14 PST 2011


#28410: attica crashes kmymoney4
-----------------------------+----------------------------------------------
 Reporter:  mk@…             |       Owner:  snc@…                      
     Type:  defect           |      Status:  new                        
 Priority:  Normal           |   Milestone:                             
Component:  ports            |     Version:  1.9.2                      
 Keywords:                   |        Port:  kdebase4-runtime, kmymoney4
-----------------------------+----------------------------------------------

Comment(by michaelld@…):

 Looks like we can use "QT_PLUGINS_DIR", which will need to be inserted
 into the variable "INSTALL_TARGETS_DEFAULT_ARGS" somehow.  Haha; found
 something funny.  In the file
 "${prefix}/share/apps/cmake/modules/FindKDE4Internal.cmake", when
 discussing this variable (starting line 151):
 {{{
 # The variable INSTALL_TARGETS_DEFAULT_ARGS can be used when installing
 libraries
 # or executables into the default locations.
 [snip]
 # The variable MUST NOT be used for installing plugins.
 }}}
 So, I'd suggest changing the above quoted line to something like:
 {{{
 install(TARGETS attica_kde EXPORT kdelibsLibraryTargets LIBRARY
 DESTINATION "${QT_PLUGINS_DIR}")
 }}}
 and then give that a try.

-- 
Ticket URL: <https://trac.macports.org/ticket/28410#comment:11>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list