Go to file
Henrik Grimler aeaaa37637 netpbm: fix build with ndk r22
Fixes error

```
util.c:47:1: error: redefinition of 'swab'
swab (const void *bfrom, void *bto, ssize_t n)
^
/home/builder/.termux-build/_cache/android-r22-api-24-v3/bin/../sysroot/usr/include/bits/swab.h:41:27: note: previous definition is here
__BIONIC_SWAB_INLINE void swab(const void* __void_src, void* __void_dst, ssize_t __byte_count) {
                          ^
1 error generated.
make[3]: *** [/home/builder/.termux-build/netpbm/src/common.mk:272: util.o] Error 1
make[3]: *** Waiting for unfinished jobs....

```
2021-03-21 14:23:36 +01:00
.github github actions: termux-packages uses ./scripts/run-docker.sh instead of ./start-builder.sh 2021-03-02 15:18:53 +02:00
disabled-packages disabled-packages/apg: update source link 2021-02-04 19:13:36 +00:00
ndk-patches ndk-patches: remove asm-generic-termbits.h patch 2021-03-21 14:20:35 +01:00
packages netpbm: fix build with ndk r22 2021-03-21 14:23:36 +01:00
sample explicitly set maintainer for each package 2020-12-20 15:16:34 +02:00
scripts Update properties.sh, and ndk-patches for r22 2021-03-21 14:20:35 +01:00
.gitattributes update .gitattributes 2020-08-27 21:40:58 +03:00
.gitignore setup-offline-bundle.sh: add support for downloading package sources 2020-10-23 00:27:56 +03:00
BACKERS.md Update BACKERS.md 2020-04-29 00:32:23 +02:00
CONTRIBUTING.md CONTRIBUTING.md: remove section "hosting a mirror" 2021-02-08 12:58:01 +02:00
LICENSE.md avoid long lines in LICENSE.md 2019-06-08 14:40:01 +03:00
README.md bintray repository is now in archive mode 2021-02-28 18:15:46 +02:00
build-all.sh build-all.sh: Fix error message 2021-02-03 17:30:12 +01:00
build-package.sh misc hardcoded home/prefix fixes 2020-10-30 22:48:55 +02:00
clean.sh packages: standardize values of several control variables for build.sh 2019-08-12 18:49:13 +03:00

README.md

Termux packages

Packages last build status Docker image status Join the chat at https://gitter.im/termux/termux

This project contains scripts and patches to build packages for the Termux Android application.

Quick how-to about Termux package management is available at https://wiki.termux.com/wiki/Package_Management.

Contributing

@termux is looking for help with fixing issues, adding new packages and maintaining existing ones. It would be very helpful if you submit a pull request with bug fixes.

Processing of new package requests is limited. Repository is already big and recently we got the new problems with hosting. Submit requests only for things that can be important for most users.

Read CONTRIBUTING.md and Developer's Wiki for more details.

Contacts

General mailing list: https://groups.io/g/termux

Developer mailing list: https://groups.io/g/termux-dev

General chat: https://gitter.im/termux/termux or #termux on IRC/freenode.

Developer chat: https://gitter.im/termux/dev or #termux/development on IRC/freenode.