aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-19 16:44:22 +0000
committerrsc <devnull@localhost>2005-01-19 16:44:22 +0000
commit6dfd0c502aaccd9dd98cc1f5ee957d4a68ae73ec (patch)
tree2bcbdc094bd85ccafea557f5493fa2a1de9903b6 /src/cmd/rio
parentc384ebd2ce67b0289562ac416ff1c233dbd23a13 (diff)
downloadplan9port-6dfd0c502aaccd9dd98cc1f5ee957d4a68ae73ec.tar.gz
plan9port-6dfd0c502aaccd9dd98cc1f5ee957d4a68ae73ec.tar.bz2
plan9port-6dfd0c502aaccd9dd98cc1f5ee957d4a68ae73ec.zip
try again
Diffstat (limited to 'src/cmd/rio')
-rw-r--r--src/cmd/rio/mkfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cmd/rio/mkfile b/src/cmd/rio/mkfile
index d6ff3d61..775597d3 100644
--- a/src/cmd/rio/mkfile
+++ b/src/cmd/rio/mkfile
@@ -15,10 +15,10 @@ HFILES=dat.h fns.h
TARG=rio
-# should only use lib64 on x86-64, but it should not hurt elsewhere
-# stupid Darwin complains about the nonexistant directory
-L64=`[ -d $X11/lib64 ] && echo 64`
-LDFLAGS=-L$X11/lib$L64 -lXext -lX11
+# need to add lib64 when it exists (on x86-64), but
+# Darwin complains about the nonexistant directory
+L64=`[ -d $X11/lib64 ] && echo 64; echo`
+LDFLAGS=-L$X11/lib$L64\ -lXext -lX11
<$PLAN9/src/mkone