1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/graphics/qt5-3d/Makefile
Steve Wills ae0a423831 graphics/qt5-3d: fix AVX2 detection
Fails to build with CPUTYPE set to AVX2-enabled CPU (e.g. haswell).

Reported by:	GregV
PR:		248155
2021-05-03 20:35:02 +02:00

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>