mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Regenerated with netbsd elf updates
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14258 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4117aab9ec
commit
59ffb79428
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -2319,6 +2319,8 @@ OBJC_RUNTIME_LIB=`echo $ac_cv_library_combo | awk -F- '{print $1}'`
|
|||
case "$target_os" in
|
||||
freebsd*) CPPFLAGS="$CPPFLAGS -I/usr/local/include"
|
||||
LIBS="$LIBS -L/usr/local/lib";;
|
||||
netbsd*) CPPFLAGS="$CPPFLAGS -I/usr/pkg/include"
|
||||
LIBS="$LIBS -L/usr/pkg/lib";;
|
||||
esac
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue