commit: 924e8aacaf73743b26e4f30b41f46e253c56df42 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sun Sep 10 04:36:14 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Mon Sep 11 12:16:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924e8aac
app-editors/qxmledit: remove bogus link Closes: https://bugs.gentoo.org/629624 Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-editors/qxmledit/qxmledit-0.9.7.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-editors/qxmledit/qxmledit-0.9.7.ebuild b/app-editors/qxmledit/qxmledit-0.9.7.ebuild index cfb94f95329..49e82f0eaa3 100644 --- a/app-editors/qxmledit/qxmledit-0.9.7.ebuild +++ b/app-editors/qxmledit/qxmledit-0.9.7.ebuild @@ -40,6 +40,10 @@ src_prepare() { # bug 568746 sed -i -e '/QMAKE_CXXFLAGS/s:-Werror::' \ src/{QXmlEdit,QXmlEditWidget,sessions/QXmlEditSessions}.pro || die + + # bug 629624 + sed -i -e 's/LIBS += -lGL -lGLU -lglut/LIBS += -lGL -lGLU/' \ + src/QXmlEdit.pro || die } src_configure() {
