While trying out the port x11-fm/doublecmd and integrate it in a automated desktop compile system, how can I know the actual name of the work directory that will be used before the build starts? Doublecmd for some reason creates directory work-gtk2. A symlink work to it causes errors because files aren't found.
The Makefile has 3 lines that seem related but it's not clear to me what it means:
The Makefile has 3 lines that seem related but it's not clear to me what it means:
Code:
gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 ${PORTNAME}-qt6
qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt6
qt6_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt5