CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2025/12/24 08:33:11

Modified files:
        misc/subsurface: Makefile 

Log message:
avoid subsurface failing if coreutils was present during configure then
junked during build; this is a messy port which builds various libraries
with different build systems (qmake, autoconf, cmake) so doesn't use all
parts of the normal MODULES for those.

populate the dir for the autoconf part of the build (libdivecomputer)
by explicitly using MODGNU_configure from gnu.port.mk before running
configure; set CONFIGURE_SCRIPT to /usr/bin/true to prevent it from
actually trying to run configure at that time (which it would otherwise
try and run with the flags needed for cmake).

reported by/ok tb

Reply via email to