diff options
author | 2006-06-25 01:06:17 +0000 | |
---|---|---|
committer | 2006-06-25 01:06:17 +0000 | |
commit | 4c5a668e239c088622918e4dd3b0eb0eca679328 (patch) | |
tree | 0bc87239f6c36af153c7726db8142ff26c94bea4 /media-libs/aldumb/aldumb-0.9.2-r1.ebuild | |
parent | Added java compilers to package.mask. (diff) | |
download | gentoo-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/aldumb-0.9.2-r1.ebuild')
-rw-r--r-- | media-libs/aldumb/aldumb-0.9.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |