Sign in
plan9port
/
plan9
/
b3a110affa33f0a3c96e06438047913f2db90c91
/
.
/
src
/
cmd
/
fontsrv
/
freetyperules.sh
blob: 5ca9157347ed1ff6fb0a23006aa59324ed2463df [
file
] [
log
] [
blame
]
#!/bin/sh
if
[
"x$1"
=
"xx11"
];
then
if
[
"x$2"
=
"x"
];
then
i
=
"-I/usr/include"
else
i
=
$2
fi
echo
'CFLAGS=$CFLAGS '
$i
'/freetype2'
echo
'LDFLAGS=$LDFLAGS -lfontconfig -lfreetype -lz'
fi