work around bug in mk?
This commit is contained in:
parent
7b99eb2732
commit
a699daf6af
1 changed files with 3 additions and 1 deletions
|
|
@ -20,8 +20,10 @@ TARG=rio
|
||||||
|
|
||||||
# need to add lib64 when it exists (on x86-64), but
|
# need to add lib64 when it exists (on x86-64), but
|
||||||
# Darwin complains about the nonexistant directory
|
# Darwin complains about the nonexistant directory
|
||||||
|
# Bug in mk? "$L64 -lXext" gobbles the space, so
|
||||||
|
# add trailing slash.
|
||||||
L64=`[ -d $X11/lib64 ] && echo 64; echo`
|
L64=`[ -d $X11/lib64 ] && echo 64; echo`
|
||||||
LDFLAGS=-L$X11/lib$L64 -lXext -lX11
|
LDFLAGS=-L$X11/lib$L64/ -lXext -lX11
|
||||||
|
|
||||||
<$PLAN9/src/mkone
|
<$PLAN9/src/mkone
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue