Introduction
Introduction Statistics Contact Development Disclaimer Help
toops - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit ed12a647df79c647f32067d247f698cc1b59fc96
parent d159da849c9b8f0076a45f07c60d3913703245a0
Author: rsc <devnull@localhost>
Date: Wed, 16 Nov 2005 00:21:29 +0000
oops
Diffstat:
M src/libdraw/mkwsysrules.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libdraw/mkwsysrules.sh b/src/libdraw/mkwsysrules.sh
t@@ -24,7 +24,7 @@ if [ "x$WSYSTYPE" = "x" ]; then
fi
fi
-if [ "x$WSYSTYPE" = "xX11" -a "x$X11H" = "x" ]; then
+if [ "x$WSYSTYPE" = "xx11" -a "x$X11H" = "x" ]; then
if [ -d "$X11/include" ]; then
X11H="-I$X11/include"
else
t@@ -37,7 +37,7 @@ echo 'WSYSTYPE='$WSYSTYPE
echo 'X11='$X11
if [ $WSYSTYPE = x11 ]; then
- echo 'CFLAGS=$CFLAGS $X11H'
+ echo 'CFLAGS=$CFLAGS '$X11H
echo 'HFILES=$HFILES $XHFILES'
fi
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.