diff options
author | makc <makc@FreeBSD.org> | 2009-02-21 17:15:15 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-02-21 17:15:15 +0800 |
commit | 98daf757be13bcddf7280a6634c793f5f90fd849 (patch) | |
tree | 88bc07728d9dc61a08e552ac9261152a87751e98 /math | |
parent | 3f9eb999f8390d8f7b8ad2cbfea74df3e933c904 (diff) | |
download | freebsd-ports-gnome-98daf757be13bcddf7280a6634c793f5f90fd849.tar.gz freebsd-ports-gnome-98daf757be13bcddf7280a6634c793f5f90fd849.tar.zst freebsd-ports-gnome-98daf757be13bcddf7280a6634c793f5f90fd849.zip |
Fix build on 6.x.
Reported by: pavbot
Diffstat (limited to 'math')
-rw-r--r-- | math/qtoctave/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/qtoctave/Makefile b/math/qtoctave/Makefile index b922cbce1937..881e37c77de6 100644 --- a/math/qtoctave/Makefile +++ b/math/qtoctave/Makefile @@ -19,6 +19,7 @@ USE_QT_VER= 4 QT_COMPONENTS= gui svg xml qmake_build moc_build rcc_build uic_build USE_CMAKE= yes CMAKE_ARGS+= -DWITH_UseRPMTools:Bool=Off +CMAKE_USE_PTHREAD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME} .include <bsd.port.mk> |