summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-09-24 23:24:33 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-09-24 23:24:33 +0000
commit22daf3cdac62aad138aa219014aff23781bc4454 (patch)
treeeada4f68781b77217819ab98d871c18fa465b670 /media-libs/netpbm/netpbm-10.51.00-r1.ebuild
parentRemove old. For upgrade instructions from 2.1.0-r1 to later see bug 382617. (diff)
downloadgentoo-2-22daf3cdac62aad138aa219014aff23781bc4454.tar.gz
gentoo-2-22daf3cdac62aad138aa219014aff23781bc4454.tar.bz2
gentoo-2-22daf3cdac62aad138aa219014aff23781bc4454.zip
Bug #297257: Change /dev/stdin usage to "-", because /dev/stdin device node does not exist in all of the stage3 tarballs, and if netpbm gets pulled in early during the user install, it will fail. Also fixing in stages. Might also help Prefix users with no /dev.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/netpbm/netpbm-10.51.00-r1.ebuild')
-rw-r--r--media-libs/netpbm/netpbm-10.51.00-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/netpbm/netpbm-10.51.00-r1.ebuild b/media-libs/netpbm/netpbm-10.51.00-r1.ebuild
index 7cbb4fbf8fd6..04e560364f0c 100644
--- a/media-libs/netpbm/netpbm-10.51.00-r1.ebuild
+++ b/media-libs/netpbm/netpbm-10.51.00-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/netpbm/netpbm-10.51.00-r1.ebuild,v 1.4 2011/09/24 21:16:50 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/netpbm/netpbm-10.51.00-r1.ebuild,v 1.5 2011/09/24 23:24:33 robbat2 Exp $
EAPI="3"
@@ -103,7 +103,7 @@ src_prepare() {
}
src_configure() {
- cat config.mk.in /dev/stdin >> config.mk <<-EOF
+ cat config.mk.in - >> config.mk <<-EOF
# Misc crap
BUILD_FIASCO = N
SYMLINK = ln -sf