From 5b6d1db418bd0f804cb325d19ebfc18dbafaa151 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Mon, 2 Jan 2017 16:31:13 +0100 Subject: [PATCH] openexr: gcc6 musl hack no longer required --- srcpkgs/openexr/template | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/srcpkgs/openexr/template b/srcpkgs/openexr/template index 9326269fbd2..cf3af112123 100644 --- a/srcpkgs/openexr/template +++ b/srcpkgs/openexr/template @@ -1,7 +1,7 @@ # Template file for 'openexr' pkgname=openexr version=2.2.0 -revision=4 +revision=5 build_style=gnu-configure maintainer="Juan RP " homepage="http://www.openexr.com/" @@ -14,15 +14,6 @@ checksum="36a012f6c43213f840ce29a8b182700f6cf6b214bea0d5735594136b44914231" LDFLAGS="-lrt" -if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then - case "$XBPS_TARGET_MACHINE" in - *-musl) # gcc6 fails with internal error - CFLAGS="-Os" - CXXFLAGS="-Os" - ;; - esac -fi - post_configure() { if [ "$CROSS_BUILD" ]; then # Don't try to rebuild these header files when cross compiling