mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
ae0a423831
Fails to build with CPUTYPE set to AVX2-enabled CPU (e.g. haswell). Reported by: GregV PR: 248155
19 lines
371 B
Makefile
19 lines
371 B
Makefile
PORTNAME= 3d
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt3D module
|
|
|
|
LIB_DEPENDS= libassimp.so:multimedia/assimp
|
|
|
|
USES= compiler:c++11-lang pkgconfig qmake:norecursive qt-dist:5,3d
|
|
USE_QT= concurrent core declarative gui network buildtools_build
|
|
|
|
|
|
QT_BINARIES= yes
|
|
|
|
.include <bsd.port.mk>
|