diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-19 17:15:23 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-19 17:15:23 +0000 |
commit | 3ba85593e4c4b07885211be66fd00f1c09db8d67 (patch) | |
tree | ab89d7eea76d037a7b00bf665a5f20bacd632260 /graphics/radiance | |
parent | 7dfa18001bafdc7065e13a9787d3b27a24b938ad (diff) | |
download | ports-3ba85593e4c4b07885211be66fd00f1c09db8d67.tar.gz ports-3ba85593e4c4b07885211be66fd00f1c09db8d67.zip |
Notes
Diffstat (limited to 'graphics/radiance')
-rw-r--r-- | graphics/radiance/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/radiance/Makefile b/graphics/radiance/Makefile index 8573d0b13089..3e8c05628f2d 100644 --- a/graphics/radiance/Makefile +++ b/graphics/radiance/Makefile @@ -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> |