From the internal configuration log:
PNG: Found header
PNG: Found lib
SDL: Found header
SDL: Found lib
Failed to execute "/home/pkgbulk/b/pkg/bin/freetype-config --cflags": [Errno 2]
No such file or directory
Failed to execute "/home/pkgbulk/b/pkg/bin/freetype-config --libs": [Errno 2]
No such file or directory
compiler command: g++ -c derived/x86_64-netbsd-opt/config/SDL_TTF.cc -o
derived/x86_64-netbsd-opt/config/SDL_TTF.o -m64
derived/x86_64-netbsd-opt/config/SDL_TTF.cc:1:21: fatal error: SDL_ttf.h: No
such file or directory
compilation terminated.
return code from compiler: 1
SDL_TTF: Missing header
SDL_TTF: Cannot test linking because compile failed
SDL_ttf is buildlinked and the header is present in the buildlink
include dir:
% ls -l .buildlink/include/SDL/SDL_ttf.h
lrwx------ 1 pkgbulk pkgbulk 41 Aug 26 18:32 .buildlink/include/SDL/SDL_ttf.h
-> /home/pkgbulk/b/pkg/include/SDL/SDL_ttf.h
It looks as if the test program needs -I${PREFIX}/include/SDL, or
needs to be looking for<SDL/SDL_ttf.h>, but apparently it works for
you and I don't see why it would be different on netbsd vs. dfly...