Files
termux-packages/packages/mupdf/Makerules.patch
termux-pacman-bot 126b937346 tree-wide: remove pthread/rt patches and workarounds
Commit af18f1dac0b5 ("scripts: start_build: create libpthread and
librt as well") added helper libs so that packages that try to find
these libs can do so.

%ci:no-build
2023-02-13 06:03:05 +00:00

14 lines
490 B
Diff

diff -uNr mupdf-1.15.0-source/Makerules mupdf-1.15.0-source.mod/Makerules
--- mupdf-1.15.0-source/Makerules 2019-05-06 14:53:09.000000000 +0300
+++ mupdf-1.15.0-source.mod/Makerules 2019-07-01 02:08:28.604522907 +0300
@@ -116,7 +116,8 @@
RANLIB = xcrun ranlib
else ifeq ($(OS),Linux)
- HAVE_OBJCOPY := yes
+ #HAVE_OBJCOPY := yes
+ HAVE_OBJCOPY := no
ifeq ($(shell pkg-config --exists freetype2 && echo yes),yes)
SYS_FREETYPE_CFLAGS := $(shell pkg-config --cflags freetype2)