1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 23:07:35 +00:00

Ports: Fix building the frotz port

This commit is contained in:
Gunnar Beutner 2021-04-10 17:45:50 +02:00 committed by Andreas Kling
parent 988c23fff0
commit 184fea5fc1
2 changed files with 1 additions and 17 deletions

View file

@ -8,7 +8,7 @@ depends="ncurses"
build() {
run make \
PKG_CONFIG_CURSES=no \
CURSES_CFLAGS="-I${SERENITY_ROOT}/Build/Root/usr/local/include/ncurses" \
CURSES_CFLAGS="-I${SERENITY_ROOT}/Build/i686/Root/usr/local/include/ncurses" \
CURSES_LDFLAGS="-lncurses -ltinfo" \
CURSES=ncurses \
USE_UTF8=no \