summaryrefslogtreecommitdiff
path: root/editors/lyx-qt/Makefile
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-11-16 18:06:12 +0000
committerreed <reed@pkgsrc.org>2005-11-16 18:06:12 +0000
commit179efa35a6508c0ec14356f46f76c18202cdf531 (patch)
tree49940379b460bad27237e6a1b52cdc5b7a60da2b /editors/lyx-qt/Makefile
parentd4306602696b5679eb46df405ac08bacb8f0b705 (diff)
downloadpkgsrc-179efa35a6508c0ec14356f46f76c18202cdf531.tar.gz
Add patch so on NetBSD, it will not core dump on exit.
According to trolltech's support, the QT code for Lyx was done wrong and so the locked() doesn't return with true and so the unlock() is never done causing NetBSD's Error detected by libpthread: Destroying locked mutex. I contacted lyx developers about this several times. This is for PR 26454.
Diffstat (limited to 'editors/lyx-qt/Makefile')
-rw-r--r--editors/lyx-qt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile
index 84a6e16cb20..56f0c3017e2 100644
--- a/editors/lyx-qt/Makefile
+++ b/editors/lyx-qt/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2005/07/19 17:49:33 drochner Exp $
+# $NetBSD: Makefile,v 1.20 2005/11/16 18:06:13 reed Exp $
#
.include "./Makefile.common"
PKGNAME= ${DISTNAME:S/lyx-/lyx-qt-/}
+PKGREVISION= 1
COMMENT+= (QT version)