mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Ports: Fix building the frotz port
This commit is contained in:
parent
988c23fff0
commit
184fea5fc1
Notes:
sideshowbarker
2024-07-18 20:33:19 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/184fea5fc1d Pull-request: https://github.com/SerenityOS/serenity/pull/6233
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 \
|
||||
|
|
|
@ -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
|
||||
|
Loading…
Reference in a new issue