svn commit: r514598 - head/graphics/exrtools

Piotr Kubaj pkubaj at FreeBSD.org
Wed Oct 16 15:24:48 UTC 2019


Author: pkubaj
Date: Wed Oct 16 15:24:47 2019
New Revision: 514598
URL: https://svnweb.freebsd.org/changeset/ports/514598

Log:
  graphics/exrtools: unbreak on arm
  
  Builds fine.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/graphics/exrtools/Makefile

Modified: head/graphics/exrtools/Makefile
==============================================================================
--- head/graphics/exrtools/Makefile	Wed Oct 16 15:15:49 2019	(r514597)
+++ head/graphics/exrtools/Makefile	Wed Oct 16 15:24:47 2019	(r514598)
@@ -13,9 +13,6 @@ COMMENT=	Utilities for manipulating with HDR images in
 
 LICENSE=	GPLv2
 
-BROKEN_armv6=		fails to configure: checking for /nxb-bin/usr/bin/cc... no
-BROKEN_armv7=		fails to configure: checking for /nxb-bin/usr/bin/cc... no
-
 LIB_DEPENDS=	libImath.so:graphics/ilmbase \
 		libpng.so:graphics/png \
 		libIlmImf.so:graphics/openexr


More information about the svn-ports-head mailing list