Skip to content

Commit

Permalink
fix(main/libdevil): Fix building with current clang
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed May 16, 2024
1 parent 0a0657d commit dc00977
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/libdevil/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ TERMUX_PKG_DESCRIPTION="A cross-platform image library utilizing a simple syntax
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.8.0
TERMUX_PKG_REVISION=5
TERMUX_PKG_REVISION=6
TERMUX_PKG_SRCURL=https://github.com/DentonW/DevIL/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=52129f247b26fcb5554643c9e6bbee75c4b9717735fdbf3c6ebff08cee38ad37
TERMUX_PKG_DEPENDS="libc++, libjasper, libjpeg-turbo, libpng, libtiff, littlecms"

termux_step_pre_configure() {
CXXFLAGS+=" -Wno-error=register"
TERMUX_PKG_SRCDIR+="/DevIL"
}

0 comments on commit dc00977

Please sign in to comment.