mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix a pthread compilation problem on -stable.
PR: 28978
This commit is contained in:
parent
4a848490ae
commit
48666decfc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46919
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake
|
|||
USE_QT_VER= 2
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV+= TMAKEPATH="${LOCALBASE}/share/tmake/freebsd-g++" \
|
||||
QTDIR="${X11BASE}" MOC="${X11BASE}/bin/moc2"
|
||||
QTDIR="${X11BASE}" MOC="${X11BASE}/bin/moc2" \
|
||||
SUBLIBS=${PTHREAD_LIBS}
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s,/opt,${PREFIX},g" ${WRKSRC}/Makefile
|
||||
|
|
Loading…
Add table
Reference in a new issue