Edit

IABSD.fr/ports/cad/ngspice

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-01-28 13:53:10
    Hash : 901a6c95
    Message : set CPPFLAGS/LDFLAGS to consistently pick up headers and libraries on gcc and clang archs. add dep on fftw. fixes a build problem on ports-gcc archs where the default library path includes /usr/local/lib/gcc/ARCH-unknown-openbsd/15.2.0/../../.., a.k.a. /usr/local/lib, but the default include search path for system headers just has /usr/local/lib/gcc/x86_64-unknown-openbsd/15.2.0/include{,-fixed} and /usr/include (so the library is picked up, but headers are not). ok claudio@