diff options
author | 2006-09-08 18:12:44 +0000 | |
---|---|---|
committer | 2006-09-08 18:12:44 +0000 | |
commit | 1a88f9a5c486c6864823fab2ea3a9e1133959280 (patch) | |
tree | f335e564891598c242669c56d0532d532ccc2aa2 /dev-lang/brainwash/brainwash-0.3.ebuild | |
parent | x11-wm/dwm: copy config.h to $D and then move back out so we work with binpkgs (diff) | |
download | sunrise-1a88f9a5c486c6864823fab2ea3a9e1133959280.tar.gz sunrise-1a88f9a5c486c6864823fab2ea3a9e1133959280.tar.bz2 sunrise-1a88f9a5c486c6864823fab2ea3a9e1133959280.zip |
dev-lang/brainwash: Using sed to make package respect $CFLAGS.
svn path=/sunrise/; revision=1188
Diffstat (limited to 'dev-lang/brainwash/brainwash-0.3.ebuild')
-rw-r--r-- | dev-lang/brainwash/brainwash-0.3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lang/brainwash/brainwash-0.3.ebuild b/dev-lang/brainwash/brainwash-0.3.ebuild index 7cb01b4bd..ba6826f81 100644 --- a/dev-lang/brainwash/brainwash-0.3.ebuild +++ b/dev-lang/brainwash/brainwash-0.3.ebuild @@ -14,6 +14,8 @@ IUSE="char" S="${WORKDIR}/${P}/src" src_compile() { + sed -i -e "s:CFLAGS =:CFLAGS = ${CFLAGS}:" Makefile || die "sed failed" + if use char ; then emake char || die "emake failed" else |