1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

graphics/radiance: fix build with GCC-based architectures

PR:		234166
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
Yuri Victorovich 2018-12-19 17:15:23 +00:00
parent 7dfa18001b
commit 3ba85593e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487803

View File

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