2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/xorg/freetype/build
2019-06-28 00:05:49 +03:00

10 lines
187 B
Bash
Executable File

#!/bin/sh -e
CFLAGS="$CFLAGS -DDEFAULT_TT_INTERPRETER_VERSION=TT_INTERPRETER_VERSION_40" \
./configure \
--prefix=/usr \
--enable-freetype-config
make
make DESTDIR="$1" install