diff options
author | shannonjr <shannonjr> | 2004-05-29 11:27:09 +0000 |
---|---|---|
committer | shannonjr <shannonjr> | 2004-05-29 11:27:09 +0000 |
commit | 8fda332eab56c9046e3740b5b9dc5bda01ee7b06 (patch) | |
tree | 6111fb9bd84231096310139f54032f6739f63675 | |
parent | 536d167fe584cba5343ac6be5e5cb9fe4270cf89 (diff) | |
download | pkgsrc-8fda332eab56c9046e3740b5b9dc5bda01ee7b06.tar.gz |
Backported correction from HEAD to correct problem that package does not compile with gcc 3.4.0. The patches were those submitted in PR 25695
-rw-r--r-- | editors/lyx-qt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile index c392cbbceb2..be9b9ad48e1 100644 --- a/editors/lyx-qt/Makefile +++ b/editors/lyx-qt/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2004/04/17 23:59:21 snj Exp $ +# $NetBSD: Makefile,v 1.12 2004/05/29 11:27:09 shannonjr Exp $ # .include "./Makefile.common" PKGNAME= ${DISTNAME:S/lyx-/lyx-qt-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT+= (QT version) |