From 20035ed43cfd67cddd01969e155794e1e057d9e6 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Thu, 27 Feb 2014 23:17:47 -0500 Subject: all: DragonFly port. Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046 --- INSTALL | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 9c5592e1..f8b8587e 100755 --- a/INSTALL +++ b/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 -- cgit v1.2.3