Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154925821
D21022.id60012.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D21022.id60012.diff
View Options
Index: graphics/blender/Makefile
===================================================================
--- graphics/blender/Makefile
+++ graphics/blender/Makefile
@@ -25,7 +25,7 @@
# are set. We will pull boost in just to be on the safe side.
# USES=compiler is needed to support gcc built archs
-USES= cmake compiler:c++14-lang desktop-file-utils \
+USES= cmake compiler:c++14-lang desktop-file-utils gl \
jpeg python:3.5 shebangfix
USE_XORG= x11 xext xfixes xmu xrender
USE_GL= gl glu glew
@@ -39,6 +39,8 @@
release/scripts/modules/bl_i18n_utils/merge_po.py \
release/scripts/modules/bl_i18n_utils/utils_rtl.py \
release/scripts/modules/blend_render_info.py
+CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}}
+CFLAGS_gcc= -Wno-float-conversion
CFLAGS_i386= -march=i586
CXXFLAGS_i386= -march=i586
@@ -70,6 +72,7 @@
COLLADA_LIB_DEPENDS= libOpenCOLLADABaseUtils.so:graphics/opencollada \
libpcre.so:devel/pcre
COLLADA_USE= GNOME=libxml2
+COLLADA_USES= gnome
COMPOSITOR_CMAKE_BOOL= WITH_COMPOSITOR
CYCLES_IMPLIES= OPENIMAGEIO
CYCLES_CMAKE_BOOL= WITH_CYCLES
@@ -137,6 +140,7 @@
RAYOPTIMIZATION_CMAKE_BOOL= WITH_RAYOPTIMIZATION
SDL_CMAKE_BOOL= WITH_SDL
SDL_USE= SDL=sdl2
+SDL_USES= sdl
SNDFILE_CMAKE_BOOL= WITH_CODEC_SNDFILE
SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile
TIFF_CMAKE_BOOL= WITH_IMAGE_TIFF
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 1, 2:35 AM (1 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32550279
Default Alt Text
D21022.id60012.diff (1 KB)
Attached To
Mode
D21022: graphics/blender: fix build on GCC architectures
Attached
Detach File
Event Timeline
Log In to Comment