Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qxmledit/
Date: Mon, 11 Sep 2017 12:17:06
Message-Id: 1505132203.924e8aacaf73743b26e4f30b41f46e253c56df42.kensington@gentoo
1 commit: 924e8aacaf73743b26e4f30b41f46e253c56df42
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 10 04:36:14 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 12:16:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924e8aac
7
8 app-editors/qxmledit: remove bogus link
9
10 Closes: https://bugs.gentoo.org/629624
11 Package-Manager: Portage-2.3.6, Repoman-2.3.3
12
13 app-editors/qxmledit/qxmledit-0.9.7.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/app-editors/qxmledit/qxmledit-0.9.7.ebuild b/app-editors/qxmledit/qxmledit-0.9.7.ebuild
17 index cfb94f95329..49e82f0eaa3 100644
18 --- a/app-editors/qxmledit/qxmledit-0.9.7.ebuild
19 +++ b/app-editors/qxmledit/qxmledit-0.9.7.ebuild
20 @@ -40,6 +40,10 @@ src_prepare() {
21 # bug 568746
22 sed -i -e '/QMAKE_CXXFLAGS/s:-Werror::' \
23 src/{QXmlEdit,QXmlEditWidget,sessions/QXmlEditSessions}.pro || die
24 +
25 + # bug 629624
26 + sed -i -e 's/LIBS += -lGL -lGLU -lglut/LIBS += -lGL -lGLU/' \
27 + src/QXmlEdit.pro || die
28 }
29
30 src_configure() {