sionescu / iolib

Common Lisp I/O library
http://common-lisp.net/project/iolib/
MIT License
141 stars 31 forks source link

libfixposix: fix include error on *BSD #74

Closed nueidris closed 2 years ago

nueidris commented 2 years ago

The default include path for cc doesn't include /usr/local (where non-base packages/libraries are usually installed on BSDs). The patch uses pkgconf to find libfixposix location, so iolib does not fail to build.

sionescu commented 2 years ago

Please run this command in the build directory of libfixposix and paste here the output: # grep -E '^LFS_' config.log

nueidris commented 2 years ago
root@pkg:/wrkdirs/usr/ports/devel/libfixposix/work/libfixposix-0.4.3 # grep -E '^LFS_' config.log
LFS_CFLAGS=''
LFS_LDFLAGS=''
LFS_LIBS=''
nueidris commented 2 years ago

Thank you for your fast response!

sionescu commented 2 years ago

Disponha.