1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 14:37:08 +00:00
termux-packages/packages/mercury/configure.patch
Henrik Grimler afe9de7010
mercury: avoid build failure if spawn.h is present
It finds spawn.h during configure, but then fails to find it during
make step, causing build failure.
2022-02-18 22:41:08 +01:00

12 lines
666 B
Diff

--- ../configure.orig 2022-02-18 20:35:05.112179802 +0000
+++ ./configure 2022-02-18 20:35:16.316087977 +0000
@@ -7598,7 +7598,7 @@
sys/param.h sys/time.h sys/times.h \
sys/types.h sys/stat.h fcntl.h termios.h sys/ioctl.h \
sys/resource.h sys/stropts.h windows.h dirent.h getopt.h malloc.h \
- semaphore.h pthread.h time.h spawn.h fenv.h sys/mman.h sys/sem.h \
+ semaphore.h pthread.h time.h fenv.h sys/mman.h sys/sem.h \
sched.h utmpx.h dispatch/dispatch.h stdint.h sys/select.h ; do
mercury_cv_header_define="MR_HAVE_`echo $mercury_cv_header | \
tr abcdefghijklmnopqrstuvwxyz./ ABCDEFGHIJKLMNOPQRSTUVWXYZ__`"