chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8958093
)
fontconfig: Fix building under ubuntu 17.10
author
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 2 Nov 2017 00:07:55 +0000
(
01:07
+0100)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 2 Nov 2017 00:07:55 +0000
(
01:07
+0100)
packages/fontconfig/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/fontconfig/build.sh
b/packages/fontconfig/build.sh
index dfba3d25ab0892f7be4577f75f90e2df3924b328..42a43bca979e36502c41642673f7ce33dbbca611 100644
(file)
--- a/
packages/fontconfig/build.sh
+++ b/
packages/fontconfig/build.sh
@@
-13,3
+13,8
@@
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--with-default-fonts=/system/fonts
--with-add-fonts=$TERMUX_PREFIX/share/fonts
"
+
+termux_step_pre_configure() {
+ # https://bugs.freedesktop.org/show_bug.cgi?id=101280
+ rm src/fcobjshash.h
+}