diff --git a/srcpkgs/lightzone/patches/fix-openmp.patch b/srcpkgs/lightzone/patches/fix-openmp.patch index 1a19c35e95e..a3710063eaa 100644 --- a/srcpkgs/lightzone/patches/fix-openmp.patch +++ b/srcpkgs/lightzone/patches/fix-openmp.patch @@ -4,7 +4,7 @@ # Uncomment to compile in debug mode. #DEBUG:= true --EXEC_EXTRA_CFLAGS:= -fopenmp +-EXEC_EXTRA_CFLAGS:= -fopenmp -Wno-unused-result +EXEC_EXTRA_CFLAGS:= EXEC_WINDOWS_CFLAGS:= -static EXEC_EXTRA_DEFINES:= -DNODEPS -DLIGHTZONE diff --git a/srcpkgs/lightzone/template b/srcpkgs/lightzone/template index 50fcede28e0..2fcf35c5e01 100644 --- a/srcpkgs/lightzone/template +++ b/srcpkgs/lightzone/template @@ -1,6 +1,6 @@ # Template file for 'lightzone' pkgname=lightzone -version=4.1.4 +version=4.1.5 revision=1 wrksrc=LightZone-${version} hostmakedepends="automake git openjdk apache-ant javahelp2 rsync pkg-config" @@ -11,7 +11,7 @@ maintainer="Jürgen Buchmüller " license="3-clause-BSD" homepage="http://www.lightzoneproject.org/" distfiles="https://github.com/Aries85/LightZone/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=ea4421ab471664276ea2d0dcfa9c323ffd52053139cf09188f59bcfccaad6fad +checksum=6f8203790070329c67eee89171349d48e332aaa3dfd8f87a55ccc4323bddc2d6 # Cross building dcraw_lz is not supported nocross=yes replaces="lightzone-bin>=0"