1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix build on 6.X

Reported by:	erwinbot/pavbot
Submitted by:	maintainer
This commit is contained in:
Martin Wilke 2008-08-19 15:03:50 +00:00
parent c624f116ad
commit 5399fa3bc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218852

View File

@ -27,6 +27,7 @@ QT_COMPONENTS= corelib qmake_build moc_build
USE_CMAKE= yes
USE_GETTEXT= yes
CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include"
CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \
-DCMAKE_REQUIRED_LIBRARIES:STRING="${PTHREAD_LIBS}"
.include <bsd.port.mk>