46f75e4cb1
- It fixes build issue with editors/lazarus-qt6-devel
20 lines
473 B
Makefile
20 lines
473 B
Makefile
PORTNAME= qt6pas
|
|
PORTVERSION= 6.2.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= LOCAL/acm/
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Qt6 binding for FreePascal
|
|
WWW= https://wiki.lazarus.freepascal.org/index.php/Qt6_Interface
|
|
|
|
USES= compiler:c++11-lang qmake qt:6
|
|
USE_QT= base:run declarative:build tools:build
|
|
USE_LDCONFIG= yes
|
|
|
|
QT6_VER_MIN= 6.2.7
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-mincoming-stack-boundary=2||g' ${WRKSRC}/Qt6Pas.pro
|
|
|
|
.include <bsd.port.mk>
|