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:
ff81c49
)
Fix typo in comment
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 5 Mar 2017 22:45:49 +0000
(23:45 +0100)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 5 Mar 2017 22:45:49 +0000
(23:45 +0100)
packages/w3m/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/w3m/build.sh
b/packages/w3m/build.sh
index d5a7c183a2b43000649238677f2935ba9aeaeb71..f43581f5469e74e352ee3f0e87795aaf6f52c5a9 100644
(file)
--- a/
packages/w3m/build.sh
+++ b/
packages/w3m/build.sh
@@
-11,7
+11,7
@@
TERMUX_PKG_FOLDERNAME=w3m-${_MAJOR_VERSION}-git${_MINOR_VERSION}
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_DEPENDS="libgc, ncurses, openssl"
# ac_cv_func_bcopy=yes to avoid w3m defining it's own bcopy function, which
-# breaks 64-bit builds where NDK headers define bcopy as a mac
t
ro:
+# breaks 64-bit builds where NDK headers define bcopy as a macro:
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_setpgrp_void=yes ac_cv_func_bcopy=yes"
# For Makefile.in.patch: