summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2006-06-25 01:06:17 +0000
committerChristian Birchinger <joker@gentoo.org>2006-06-25 01:06:17 +0000
commit4c5a668e239c088622918e4dd3b0eb0eca679328 (patch)
tree0bc87239f6c36af153c7726db8142ff26c94bea4 /media-libs/aldumb
parentAdded java compilers to package.mask. (diff)
downloadgentoo-2-4c5a668e239c088622918e4dd3b0eb0eca679328.tar.gz
gentoo-2-4c5a668e239c088622918e4dd3b0eb0eca679328.tar.bz2
gentoo-2-4c5a668e239c088622918e4dd3b0eb0eca679328.zip
Added the DUMB fix from #137591. No bump as it hardly affects anyone.
(Portage version: 2.1)
Diffstat (limited to 'media-libs/aldumb')
-rw-r--r--media-libs/aldumb/ChangeLog6
-rw-r--r--media-libs/aldumb/aldumb-0.9.2-r1.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/aldumb/ChangeLog b/media-libs/aldumb/ChangeLog
index 0778378b078b..e9e5928aaba9 100644
--- a/media-libs/aldumb/ChangeLog
+++ b/media-libs/aldumb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/aldumb
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/aldumb/ChangeLog,v 1.14 2006/02/07 20:07:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/aldumb/ChangeLog,v 1.15 2006/06/25 01:06:17 joker Exp $
+
+ 25 Jun 2006; Christian Birchinger <joker@gentoo.org>
+ aldumb-0.9.2-r1.ebuild:
+ Added the DUMB fix from #137591. No bump as it hardly affects anyone.
07 Feb 2006; Aron Griffis <agriffis@gentoo.org> aldumb-0.9.2-r1.ebuild:
Mark 0.9.2-r1 stable on alpha
diff --git a/media-libs/aldumb/aldumb-0.9.2-r1.ebuild b/media-libs/aldumb/aldumb-0.9.2-r1.ebuild
index 5ff21dfa970b..2a8a5656d379 100644
--- a/media-libs/aldumb/aldumb-0.9.2-r1.ebuild
+++ b/media-libs/aldumb/aldumb-0.9.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/aldumb/aldumb-0.9.2-r1.ebuild,v 1.9 2006/02/07 20:07:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/aldumb/aldumb-0.9.2-r1.ebuild,v 1.10 2006/06/25 01:06:17 joker Exp $
inherit eutils multilib
@@ -27,6 +27,7 @@ ALL_TARGETS := allegro allegro-examples allegro-headers
PREFIX := /usr
EOF
epatch "${FILESDIR}/${P}-PIC.patch"
+ sed -i '/= -s/d' Makefile || die "sed failed"
}
src_compile() {