Opened 14 years ago
Closed 14 years ago
#24961 closed defect (fixed)
kdegraphics4-4.4.3 build failure on case-sensitive file-system
Reported by: | rechner@… | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | sharky@… | |
Port: | kdegraphics4 |
Description (last modified by mf2k (Frank Schima))
Again there is an issue with my case-sensitive file system (similar to #22941):
kdegraphics expects
/opt/local/libexec/qt4-mac/include/Phonon
but there is only:
/opt/local/libexec/qt4-mac/include/phonon
I 'fixed' it with a symlink, but fixing kdegraphics4 properly would be better. The current spelling of the directory (with a small "p") probably is correct - at least I find the same case in my Linux system with KDE4:
/usr/include/qt4/phonon
Change History (3)
comment:1 Changed 14 years ago by mf2k (Frank Schima)
Cc: | sharky@… added |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to snc@… |
comment:2 Changed 14 years ago by nerdling (Jeremy Lavergne)
Status: | new → assigned |
---|
comment:3 Changed 14 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I fixed all the includes that used Phonon in r67925.
Note: See
TracTickets for help on using
tickets.
Am I correct in believing this is basically a find/replace of all "<Phonon" with "<phonon".