Changes between Initial Version and Version 1 of Ticket #55247, comment 6
- Timestamp:
- Nov 7, 2017, 2:36:56 AM (7 years ago)
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 wrong1 We shouldn't have to force it like that. It looks like the phonon.pc flags might be wrong 2 2 {{{ 3 3 $ cat /opt/local/lib/pkgconfig/phonon.pc … … 21 21 }}} 22 22 if that is what they are supposed to be doing. 23 24 instead, I see this: 25 {{{ 26 -I/opt/local/libexec/qt4/include/phonon 27 }}} 28 This 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.