Changes between Initial Version and Version 1 of Ticket #55247, comment 6


Ignore:
Timestamp:
Nov 7, 2017, 2:36:56 AM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55247, comment 6

    initial v1  
    1 I'm not sure how the port is meant to pick up the proper include directory. We shouldn't have to force it like that. It looks like the phonon.pc flags might be wrong
     1We shouldn't have to force it like that. It looks like the phonon.pc flags might be wrong
    22{{{
    33$ cat /opt/local/lib/pkgconfig/phonon.pc
     
    2121}}}
    2222if that is what they are supposed to be doing.
     23
     24instead, I see this:
     25{{{
     26-I/opt/local/libexec/qt4/include/phonon
     27}}}
     28This logic is in the configure.py script around line 516, and it looks like it is not doing the right thing for us at present.