aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/seexpr
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-05-23 14:35:04 +0800
committermarino <marino@FreeBSD.org>2016-05-23 14:35:04 +0800
commit418c44323e216d93ed20f6ba4ebc170cc845b381 (patch)
tree27f157e73f3014e68450f4af3ff32714442138a9 /graphics/seexpr
parent154c92915e9ef14c80a2d8671026992c6d2b6b22 (diff)
downloadfreebsd-ports-gnome-418c44323e216d93ed20f6ba4ebc170cc845b381.tar.gz
freebsd-ports-gnome-418c44323e216d93ed20f6ba4ebc170cc845b381.tar.zst
freebsd-ports-gnome-418c44323e216d93ed20f6ba4ebc170cc845b381.zip
graphics/seexpr is not jobs safe (previously reported)
This port has failed on me three separate times, it appears to be trying to link prematurely, e.g. ../SeExpr/libSeExpr.so: error: undefined reference to 'SeExprpos()' I reported it a few weeks ago, but now I'm going ahead and marking it as unsafe.
Diffstat (limited to 'graphics/seexpr')
-rw-r--r--graphics/seexpr/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/seexpr/Makefile b/graphics/seexpr/Makefile
index 7394a3b18a09..4969fd5786f9 100644
--- a/graphics/seexpr/Makefile
+++ b/graphics/seexpr/Makefile
@@ -19,6 +19,8 @@ USES= bison cmake compiler:c++0x pyqt:4 python
USE_PYQT= gui_build
USE_QT4= moc_build qmake_build rcc_build uic_build gui opengl
+MAKE_JOBS_UNSAFE= yes
+
WRKSRC= ${WRKDIR}/SeExpr-${GH_TAGNAME_EXTRACT}
CXXFLAGS+= -I${LOCALBASE}/include