Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2018 17:15:24 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487803 - head/graphics/radiance
Message-ID:  <201812191715.wBJHFOxg072714@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Dec 19 17:15:23 2018
New Revision: 487803
URL: https://svnweb.freebsd.org/changeset/ports/487803

Log:
  graphics/radiance: fix build with GCC-based architectures
  
  PR:		234166
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/graphics/radiance/Makefile

Modified: head/graphics/radiance/Makefile
==============================================================================
--- head/graphics/radiance/Makefile	Wed Dec 19 15:34:27 2018	(r487802)
+++ head/graphics/radiance/Makefile	Wed Dec 19 17:15:23 2018	(r487803)
@@ -30,4 +30,7 @@ USE_GL=		gl glu
 
 CMAKE_ARGS=	-DRADIANCE_SYSTEM_RESOURCES:STRING=${DATADIR}/
 
+post-patch:
+	@${REINPLACE_CMD} '/-march=native/d' ${WRKSRC}/CMakeLists.txt
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812191715.wBJHFOxg072714>