diff options
author | kris <kris@FreeBSD.org> | 2007-02-11 06:51:08 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-02-11 06:51:08 +0800 |
commit | 8cbc573416d08d42efc431a92e6e9fc92f16376b (patch) | |
tree | d95342afeb15435ab5aa45a6a5841efd6ee56852 /editors/rospell | |
parent | 76f593e071a8757725d8090553730144485854cb (diff) | |
download | freebsd-ports-gnome-8cbc573416d08d42efc431a92e6e9fc92f16376b.tar.gz freebsd-ports-gnome-8cbc573416d08d42efc431a92e6e9fc92f16376b.tar.zst freebsd-ports-gnome-8cbc573416d08d42efc431a92e6e9fc92f16376b.zip |
BROKEN: Segfault during build
Diffstat (limited to 'editors/rospell')
-rw-r--r-- | editors/rospell/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/rospell/Makefile b/editors/rospell/Makefile index 9c6db0d00825..ac8c2642225b 100644 --- a/editors/rospell/Makefile +++ b/editors/rospell/Makefile @@ -18,6 +18,8 @@ COMMENT= QT-based editor with support for romanian charsets and spell checking BUILD_DEPENDS+= ${LOCALBASE}/include/readtags.h:${PORTSDIR}/devel/ctags RUN_DEPENDS+= ${LOCALBASE}/lib/readtags.o:${PORTSDIR}/devel/ctags +BROKEN= Segfault during build + USE_XLIB= yes USE_QT_VER= 3 MAKE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} |