[MacPorts] #49143: qwt does not build with new qt4-mac port

MacPorts noreply at macports.org
Tue Nov 3 02:21:50 PST 2015


#49143: qwt does not build with new qt4-mac port
--------------------------------+-------------------------
  Reporter:  benjamin.seppke@…  |      Owner:  michaelld@…
      Type:  defect             |     Status:  new
  Priority:  Normal             |  Milestone:
 Component:  ports              |    Version:  2.3.4
Resolution:                     |   Keywords:
      Port:  qwt-devel          |
--------------------------------+-------------------------

Comment (by benjamin.seppke@…):

 Hello all,

 if you want to (really) use qwt, the above patch may not be appropriate,
 since it removes all the convenient links of the headers and the qwt-libs
 into the corresponding framework folders. To fix this issue, I suggest to
 add two lines after

 {{{
     if {[file exists ${destroot}${qt_frameworks_dir}/qwt.framework/qwt]} {

         file mkdir ${destroot}${qt_includes_dir}
         file mkdir ${destroot}${qt_libs_dir}
 }}}

 This fixes the issue and makes the patchfile, which I attached previously,
 obsolete.

 I attached the new working patch to this discussion, this solved the
 problem.

-- 
Ticket URL: <https://trac.macports.org/ticket/49143#comment:6>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list