CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/01/28 06:53:10
Modified files:
cad/ngspice : Makefile.inc
cad/ngspice/libngspice: Makefile
cad/ngspice/ngspice: Makefile
Log 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@