summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-08-26 04:41:32 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-08-26 04:41:32 +0000
commit48666decfc7a6051c46502da3dba26170a64833e (patch)
tree685bbaefa0bef5971253cc29111fbd377b812ad0 /cad
parentAdd more master sites of CPAN and GNU for whom from China and Hong Kong. (diff)
Fix a pthread compilation problem on -stable.
PR: 28978
Notes
Notes: svn path=/head/; revision=46919
Diffstat (limited to 'cad')
-rw-r--r--cad/vipec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile
index 143d5d76dfce..337d75748eb1 100644
--- a/cad/vipec/Makefile
+++ b/cad/vipec/Makefile
@@ -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