mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-libs/libclxclient-3.9.2: fixed include in enumip.cc
Closes: https://bugs.gentoo.org/700370 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
diff --git a/source/enumip.cc b/source/enumip.cc
|
||||
index 0873da8..1cdac0d 100644
|
||||
--- a/source/enumip.cc
|
||||
+++ b/source/enumip.cc
|
||||
@@ -19,7 +19,7 @@
|
||||
// ---------------------------------------------------------------------------------
|
||||
|
||||
|
||||
-#include <clxclient.h>
|
||||
+#include "clxclient.h"
|
||||
#include <X11/keysym.h>
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@ DOCS=( AUTHORS )
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-Makefile.patch"
|
||||
"${FILESDIR}/${P}-enumip-include-fix.patch"
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user