summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-09-10 14:36:14 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-09-11 22:16:43 +1000
commit924e8aacaf73743b26e4f30b41f46e253c56df42 (patch)
tree508727b1656bc1b6beda49ea44aa83f3e2ade74f /app-editors/qxmledit
parentsys-libs/glibc: Clean up (diff)
downloadgentoo-924e8aacaf73743b26e4f30b41f46e253c56df42.tar.gz
gentoo-924e8aacaf73743b26e4f30b41f46e253c56df42.tar.bz2
gentoo-924e8aacaf73743b26e4f30b41f46e253c56df42.zip
app-editors/qxmledit: remove bogus link
Closes: https://bugs.gentoo.org/629624 Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-editors/qxmledit')
-rw-r--r--app-editors/qxmledit/qxmledit-0.9.7.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-editors/qxmledit/qxmledit-0.9.7.ebuild b/app-editors/qxmledit/qxmledit-0.9.7.ebuild
index cfb94f95329a..49e82f0eaa3d 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() {