summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2004-06-09 09:22:21 +0000
committerDavid Holm <dholm@gentoo.org>2004-06-09 09:22:21 +0000
commita765344578a74e9f3af5c0c9b830557e688246f2 (patch)
tree2519013c3992e0d80044e4e4275f1c24dff3e53b /dev-dotnet
parentVersion bump, thanks to: #gentoo.pl Team - sekretarz <sekretarz@dukato.net> i... (diff)
downloadgentoo-2-a765344578a74e9f3af5c0c9b830557e688246f2.tar.gz
gentoo-2-a765344578a74e9f3af5c0c9b830557e688246f2.tar.bz2
gentoo-2-a765344578a74e9f3af5c0c9b830557e688246f2.zip
Added to ~ppc
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/libgdiplus/ChangeLog5
-rw-r--r--dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-dotnet/libgdiplus/ChangeLog b/dev-dotnet/libgdiplus/ChangeLog
index ddc66606542e..8f20755d0ff0 100644
--- a/dev-dotnet/libgdiplus/ChangeLog
+++ b/dev-dotnet/libgdiplus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-dotnet/libgdiplus
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.1 2004/06/08 16:17:21 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.2 2004/06/09 09:22:21 dholm Exp $
+
+ 09 Jun 2004; David Holm <dholm@gentoo.org> libgdiplus-0.8.ebuild:
+ Added to ~ppc.
*libgdiplus-0.8 (08 Jun 2004)
diff --git a/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild b/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild
index f98620c3879b..b91ab7979509 100644
--- a/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild
+++ b/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild,v 1.1 2004/06/08 16:17:21 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild,v 1.2 2004/06/09 09:22:21 dholm Exp $
DESCRIPTION="Library for using System.Drawing with Mono"
@@ -10,7 +10,7 @@ SRC_URI="http://www.go-mono.com/archive/beta2/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~ppc"
IUSE="tiff gif jpeg png"
@@ -30,6 +30,8 @@ src_compile() {
use png || myconf="--without-libpng ${myconf}"
econf ${myconf} || die
+ # attribute((__stdcall__)) generate warnings on ppc
+ use ppc && sed -i -e 's:-Werror::g' src/Makefile
emake || die
}