svn commit: r487803 - head/graphics/radiance

Yuri Victorovich yuri at FreeBSD.org
Wed Dec 19 17:15:24 UTC 2018


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 at 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>


More information about the svn-ports-all mailing list