about summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/freebsd/patches/14.0/tinfo-host-cc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/bsd/freebsd/patches/14.0/tinfo-host-cc.patch')
-rw-r--r--pkgs/os-specific/bsd/freebsd/patches/14.0/tinfo-host-cc.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/os-specific/bsd/freebsd/patches/14.0/tinfo-host-cc.patch b/pkgs/os-specific/bsd/freebsd/patches/14.0/tinfo-host-cc.patch
deleted file mode 100644
index 6446322a8a0a..000000000000
--- a/pkgs/os-specific/bsd/freebsd/patches/14.0/tinfo-host-cc.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/lib/ncurses/tinfo/Makefile	2023-12-26 23:02:07.827892619 -0800
-+++ b/lib/ncurses/tinfo/Makefile	2023-12-26 23:01:24.175546100 -0800
-@@ -282,10 +282,10 @@
- build-tools: make_hash make_keys
- 
- make_keys: make_keys.c names.c ncurses_def.h ${HEADERS} ${BUILD_TOOLS_META}
--	${CC:N${CCACHE_BIN}} -o $@ ${CFLAGS} ${NCURSES_DIR}/ncurses/tinfo/make_keys.c
-+	${CC_HOST:N${CCACHE_BIN}} -o $@ ${CFLAGS} ${NCURSES_DIR}/ncurses/tinfo/make_keys.c
- 
- make_hash: make_hash.c hashsize.h ncurses_def.h ${HEADERS} ${BUILD_TOOLS_META}
--	${CC:N${CCACHE_BIN}} -o $@ ${CFLAGS} -DMAIN_PROGRAM \
-+	${CC_HOST:N${CCACHE_BIN}} -o $@ ${CFLAGS} -DMAIN_PROGRAM \
- 		${NCURSES_DIR}/ncurses/tinfo/make_hash.c
- .endif
- .if ${MK_DIRDEPS_BUILD} == "yes" && ${MACHINE} != "host"