summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/fpipe/fpipe-9999.ebuild')
-rw-r--r--sci-astronomy/fpipe/fpipe-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-astronomy/fpipe/fpipe-9999.ebuild b/sci-astronomy/fpipe/fpipe-9999.ebuild
index 1544565..0a5c8b0 100644
--- a/sci-astronomy/fpipe/fpipe-9999.ebuild
+++ b/sci-astronomy/fpipe/fpipe-9999.ebuild
@@ -12,7 +12,7 @@ EGIT_REPO_URI="git://git.tokkee.org/fpipe.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-IUSE=""
+IUSE="debug"
DEPEND=">=x11-libs/gtk+-2.14
dev-lang/perl
@@ -33,7 +33,7 @@ src_prepare() {
src_configure() {
filter-flags -O2
cd software
- econf || die "econf failed"
+ econf $(use_enable debug debug 1) --disable-fpcmsimulator || die "econf failed"
}
src_compile() {