Should detect MacPorts.

This commit is contained in:
Themaister 2011-09-02 16:12:34 +02:00
parent c1265e7227
commit 57c25dcb0b

View File

@ -8,6 +8,10 @@ if [ -d /usr/lib64 ]; then
add_library_dirs /usr/lib64
fi
if [ -d /opt/local ]; then
add_library_dirs /opt/local
fi
if [ "$OS" = BSD ]; then
DYLIB=-lc
else