| tINSTALL: append /usr/X11R6/include and /usr/X11R6/include/freetype2 to X11 hea… | |
| git clone git://src.adamsgaard.dk/plan9port | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 8ee5da7cf764bf5685c137264cd4d6a03f12ba89 | |
| parent 44eb2088299f10d45a1b3950285c3314217e0f44 | |
| Author: Gleydson Soares <[email protected]> | |
| Date: Wed, 10 Jun 2015 13:02:40 -0300 | |
| INSTALL: append /usr/X11R6/include and /usr/X11R6/include/freetype2 to | |
| X11 headers detection, so that enable fontsrv build on OpenBSD. | |
| Change-Id: I2f3f766339a9f8beed647dfbb19a588d1825732a | |
| Reviewed-on: https://plan9port-review.googlesource.com/1290 | |
| Reviewed-by: Russ Cox <[email protected]> | |
| Diffstat: | |
| M INSTALL | 3 ++- | |
| 1 file changed, 2 insertions(+), 1 deletion(-) | |
| --- | |
| diff --git a/INSTALL b/INSTALL | |
| t@@ -128,7 +128,8 @@ fi | |
| if [ `uname` != Darwin ]; then | |
| # Determine whether fontsrv X11 files are available. | |
| rm -f a.out | |
| - gcc -o a.out -c -Iinclude -I/usr/include -I/usr/local/include -I/usr/i… | |
| + gcc -o a.out -c -Iinclude -I/usr/include -I/usr/local/include -I/usr/i… | |
| + -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 src/cmd/fontsr… | |
| if [ -f a.out ]; then | |
| echo " fontsrv dependencies found." | |
| echo "FONTSRV=fontsrv" >>$PLAN9/config |