| tINSTALL: use cc to check for fontsrv on non-Darwin (#203) - plan9port - [fork]… | |
| git clone git://src.adamsgaard.dk/plan9port | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 2607cc565ee3d5facb8949e9acfed35c8ae300c9 | |
| parent 74223e0b4fe2edc1e8aa9665f916603a9f14323d | |
| Author: Xiao-Yong <[email protected]> | |
| Date: Fri, 16 Nov 2018 09:14:49 -0600 | |
| INSTALL: use cc to check for fontsrv on non-Darwin (#203) | |
| FreeBSD 11.2 by default does not have gcc. | |
| Diffstat: | |
| M INSTALL | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/INSTALL b/INSTALL | |
| t@@ -134,7 +134,7 @@ 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… | |
| + cc -o a.out -c -Iinclude -I/usr/include -I/usr/local/include -I/usr/in… | |
| -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 src/cmd/fontsr… | |
| if [ -f a.out ]; then | |
| echo " fontsrv dependencies found." |