Opened 15 years ago

Last modified 15 years ago

#20313 closed defect

kdegraphics4-4.2.4 build failure on case-sensitive file-system — at Initial Version

Reported by: rechner@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: kdegraphics4

Description

Currently the last line in the kdegraphics4 Portfile is:

-DQCA2_INCLUDE_DIR=${prefix}/include/QtCrypto

But 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:

-DQCA2_INCLUDE_DIR=${prefix}/include/QTCrypto

This problem of course only occurs on case-sensitive file-systems, which is the default on Linux, but not on Mac OS.

Change History (0)

Note: See TracTickets for help on using tickets.