Don't test if X is running. This was not necessary to build xmris.
This commit is contained in:
parent
f41d8edd13
commit
5b89ccca7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563
1 changed files with 0 additions and 7 deletions
|
@ -1,12 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# X must be running when the scram program creates the bitmaps
|
|
||||||
xwd -root >/dev/null 2>&1
|
|
||||||
if [ $? != 0 ]; then
|
|
||||||
echo "X needs to be started to build xmris"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
mv ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.orig
|
mv ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.orig
|
||||||
|
|
||||||
echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;
|
echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;
|
||||||
|
|
Loading…
Reference in a new issue