diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-11-30 04:45:44 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-11-30 04:45:44 +0000 |
commit | 2d278cdaaed6eabc3770579f5a29a08de1161bb5 (patch) | |
tree | 6d4a7b9c2bdcfc4579024814b8b540d7dfad7540 /sci-libs/djbfft/djbfft-0.76-r1.ebuild | |
parent | Security bumps (bug #445065). (diff) | |
download | gentoo-2-2d278cdaaed6eabc3770579f5a29a08de1161bb5.tar.gz gentoo-2-2d278cdaaed6eabc3770579f5a29a08de1161bb5.tar.bz2 gentoo-2-2d278cdaaed6eabc3770579f5a29a08de1161bb5.zip |
Slightly more verbose build, bug #443142
(Portage version: 2.2.01.21313-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs/djbfft/djbfft-0.76-r1.ebuild')
-rw-r--r-- | sci-libs/djbfft/djbfft-0.76-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sci-libs/djbfft/djbfft-0.76-r1.ebuild b/sci-libs/djbfft/djbfft-0.76-r1.ebuild index ab3085a32343..285560d34491 100644 --- a/sci-libs/djbfft/djbfft-0.76-r1.ebuild +++ b/sci-libs/djbfft/djbfft-0.76-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/djbfft-0.76-r1.ebuild,v 1.6 2012/11/16 11:11:28 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/djbfft-0.76-r1.ebuild,v 1.7 2012/11/30 04:45:44 bicatali Exp $ EAPI=4 inherit eutils flag-o-matic toolchain-funcs multilib @@ -41,6 +41,10 @@ src_compile() { LIBDJBFFT=${SONAME} \ LIBPERMS=0755 \ ${SONAME} + echo "the compile function was:" + cat ./compile + echo "the conf-ld function was:" + cat ./conf-ld } src_test() { |