summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2012-11-12 16:37:26 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2012-11-12 16:37:26 +0000
commit2e75b365f563d192106c795864e44aa0b24a8fe2 (patch)
treeb1edaa48ef9c70847611482b9f31725de2e4b5fe /sci-electronics
parentUnrestricted pypy from build, test restricted pypy, rem 1 redundant hunk from... (diff)
downloadgentoo-2-2e75b365f563d192106c795864e44aa0b24a8fe2.tar.gz
gentoo-2-2e75b365f563d192106c795864e44aa0b24a8fe2.tar.bz2
gentoo-2-2e75b365f563d192106c795864e44aa0b24a8fe2.zip
Respect CFLAGS (bug #430976). Thanks Diego
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/puff/ChangeLog7
-rw-r--r--sci-electronics/puff/puff-20100127.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-electronics/puff/ChangeLog b/sci-electronics/puff/ChangeLog
index be48941e6929..14075e28566c 100644
--- a/sci-electronics/puff/ChangeLog
+++ b/sci-electronics/puff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/puff
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/puff/ChangeLog,v 1.1 2011/01/02 15:36:10 tomjbe Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/puff/ChangeLog,v 1.2 2012/11/12 16:37:26 tomjbe Exp $
+
+ 12 Nov 2012; Thomas Beierlein <tomjbe@gentoo.org> puff-20100127.ebuild:
+ Respect CFLAGS (bug #430976). Thanks Diego
02 Jan 2011; Thomas Beierlein <tomjbe@gentoo.org> +puff-20100127.ebuild,
+metadata.xml:
diff --git a/sci-electronics/puff/puff-20100127.ebuild b/sci-electronics/puff/puff-20100127.ebuild
index 6424914d7662..9c70b088a8c0 100644
--- a/sci-electronics/puff/puff-20100127.ebuild
+++ b/sci-electronics/puff/puff-20100127.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild,v 1.1 2011/01/02 15:36:10 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild,v 1.2 2012/11/12 16:37:26 tomjbe Exp $
EAPI="2"
@@ -23,6 +23,7 @@ DEPEND="${RDEPEND}
src_prepare() {
# fix lib path for X11 and dont ignore LDFLAGS
sed -i -e "s#lib\\\/#$(get_libdir)\\\/#" \
+ -e 's/CFLAGS/#CFLAGS/' \
-e 's/link.res pu/link.res $(LDFLAGS) pu/' Makefile || die
}