patch-INSTALL 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. $OpenBSD: patch-INSTALL,v 1.6 2017/02/28 02:27:41 gsoares Exp $
  2. --- INSTALL.orig Wed Nov 2 20:17:40 2016
  3. +++ INSTALL Mon Feb 27 21:57:58 2017
  4. @@ -128,7 +128,7 @@ fi
  5. if [ `uname` != Darwin ]; then
  6. # Determine whether fontsrv X11 files are available.
  7. rm -f a.out
  8. - gcc -o a.out -c -Iinclude -I/usr/include -I/usr/local/include -I/usr/include/freetype2 -I/usr/local/include/freetype2 \
  9. + ${CC} -o a.out -c -Iinclude -I/usr/include -I/usr/local/include -I/usr/include/freetype2 -I/usr/local/include/freetype2 \
  10. -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 src/cmd/fontsrv/x11.c >/dev/null 2>&1
  11. if [ -f a.out ]; then
  12. echo " fontsrv dependencies found."
  13. @@ -151,7 +151,7 @@ cd src
  14. if $dobuild; then
  15. if [ ! -x ../bin/mk ]; then
  16. echo "* Building mk..."
  17. - ../dist/buildmk 2>&1 | sed 's/^[+] //'
  18. + ../dist/buildmk 2>&1
  19. fi
  20. if [ ! -x ../bin/mk ]; then
  21. echo "* Error: mk failed to build."
  22. @@ -159,7 +159,6 @@ if $dobuild; then
  23. fi
  24. echo "* Building everything (be patient)..."
  25. - mk clean
  26. mk libs-nuke
  27. mk all || exit 1
  28. if [ ! -x $PLAN9/src/cmd/o.cleanname -o ! -x $PLAN9/src/cmd/acme/o.acme ]; then
  29. @@ -218,5 +217,5 @@ if $doinstall; then
  30. echo " PLAN9=$PLAN9 export PLAN9"
  31. echo ' PATH=$PATH:$PLAN9/bin export PATH'
  32. fi
  33. -) 2>&1 | tee install.log | $awk -f $PLAN9/dist/isum.awk -v 'copy='install.sum
  34. +) 2>&1 | tee install.log