pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/lyx-qt Backported correction from HEAD to corr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d21c83b917a
branches:  trunk
changeset: 475900:9d21c83b917a
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Sat May 29 11:27:09 2004 +0000

description:
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

diffstat:

 editors/lyx-qt/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 85129471670a -r 9d21c83b917a editors/lyx-qt/Makefile
--- a/editors/lyx-qt/Makefile   Sat May 29 11:19:59 2004 +0000
+++ b/editors/lyx-qt/Makefile   Sat May 29 11:27:09 2004 +0000
@@ -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)
 



Home | Main Index | Thread Index | Old Index