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 \

View file

@ -1,16 +0,0 @@
diff -Naur frotz-master/Makefile frotz-master.serenity/Makefile
--- frotz-master/Makefile 2020-04-09 00:48:12.000000000 -0400
+++ frotz-master.serenity/Makefile 2020-04-18 15:58:39.000000000 -0400
@@ -235,9 +235,9 @@
GIT_HASH_SHORT = $(shell git rev-parse --short HEAD)
GIT_DATE = $(shell git show -s --format=%ci)
else
-GIT_HASH = "$16e70d08f8a1aa1a4ebca1117ab84ba180809708$"
-GIT_HASH_SHORT = "$16e70d0$"
-GIT_DATE = "$2020-04-08 21:48:12 -0700$"
+GIT_HASH = 16e70d08f8a1aa1a4ebca1117ab84ba180809708
+GIT_HASH_SHORT = 16e70d0
+GIT_DATE = 2020-04-08 21:48:12 -0700
endif
export CFLAGS