mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
dev-dotnet/libgdiplus: add missing keyword, fix #687596
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
This commit is contained in:
12
dev-dotnet/libgdiplus/files/libgdiplus-5.6.1-cofigure.patch
Normal file
12
dev-dotnet/libgdiplus/files/libgdiplus-5.6.1-cofigure.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -Nupr libgdiplus-5.6.1~/configure libgdiplus-5.6.1/configure
|
||||
--- libgdiplus-5.6.1~/configure 2019-06-07 21:26:37.207823285 +0200
|
||||
+++ libgdiplus-5.6.1/configure 2019-06-07 21:27:44.045156234 +0200
|
||||
@@ -14133,7 +14133,7 @@ fi
|
||||
|
||||
|
||||
# Add xrender here so that we don't fail to find glib if we won't have xrender.pc
|
||||
-if test "x$no_x" != "xyes" && "x$x11_available" = "xyes"; then
|
||||
+if test "x$no_x" != "xyes" && test "x$x11_available" = "xyes"; then
|
||||
GDIPLUS_LIBS="$GDIPLUS_LIBS `$PKG_CONFIG --libs xrender `"
|
||||
GDIPLUS_CFLAGS="$GDIPLUS_CFLAGS `$PKG_CONFIG --cflags xrender `"
|
||||
fi
|
||||
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.mono-project.com"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
|
||||
SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.gz"
|
||||
|
||||
IUSE="cairo"
|
||||
@@ -31,6 +31,10 @@ RDEPEND=">=dev-libs/glib-2.2.3:2
|
||||
!cairo? ( >=x11-libs/pango-1.20 )"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-cofigure.patch"
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--disable-dependency-tracking \
|
||||
Reference in New Issue
Block a user