all: DragonFly port.
Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046
This commit is contained in:
parent
db800afb4e
commit
20035ed43c
14 changed files with 356 additions and 15 deletions
6
INSTALL
6
INSTALL
|
|
@ -50,6 +50,12 @@ if [ `uname` = FreeBSD ]; then
|
|||
echo "LDFLAGS='-L/usr/local/lib'" >> $PLAN9/config
|
||||
fi
|
||||
|
||||
if [ `uname` = DragonFly ]; then
|
||||
echo "* Running on DragonFly BSD, adjusting linker flags"
|
||||
echo "LDFLAGS='-L/usr/local/lib -pthread'" >> $PLAN9/config
|
||||
echo "CFLAGS='-pthread'" >> $PLAN9/config
|
||||
fi
|
||||
|
||||
if [ `uname` = OpenBSD ]; then
|
||||
echo "* Running on OpenBSD, adjusting linker flags"
|
||||
echo "LDFLAGS='-L/usr/X11R6/lib -pthread'" >> $PLAN9/config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue