Changes between Initial Version and Version 1 of Ticket #20313


Ignore:
Timestamp:
Jul 15, 2009, 2:41:53 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20313 – Description

    initial v1  
    11Currently the last line in the kdegraphics4 Portfile is:
    22
     3{{{
    34-DQCA2_INCLUDE_DIR=${prefix}/include/QtCrypto
     5}}}
    46
    57But the actual directory name is "QTCrypto" (at least on my fresh install). I fixed the build failure by creating a symlink, but I think the Portfile should be modified accordingly:
    68
     9{{{
    710-DQCA2_INCLUDE_DIR=${prefix}/include/QTCrypto
     11}}}
    812
    913This problem of course only occurs on case-sensitive file-systems, which is the default on Linux, but not on Mac OS.