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:
parent
988c23fff0
commit
184fea5fc1
2 changed files with 1 additions and 17 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue