summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/fpipe')
-rw-r--r--sci-astronomy/fpipe/Manifest2
-rw-r--r--sci-astronomy/fpipe/fpipe-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-astronomy/fpipe/Manifest b/sci-astronomy/fpipe/Manifest
index 816c847..4c8cc1a 100644
--- a/sci-astronomy/fpipe/Manifest
+++ b/sci-astronomy/fpipe/Manifest
@@ -1 +1 @@
-EBUILD fpipe-9999.ebuild 1348 RMD160 bf004cf6459602986e4788260b49e8df0534d261 SHA1 7b352cb615b63309b494ddf715a32eca57c0fba9 SHA256 8bfb32949965b826ae1ba5d6309ee998347efb8cdff183adb4e775785cb73d9a
+EBUILD fpipe-9999.ebuild 1405 RMD160 1dd5d20da402c4dc5553c170adca3927a8dd4639 SHA1 2a269f82834c37e776a56af2b34024a96622a8af SHA256 777aa54c3f184c8f3833c46f28f2113510aca06ee33a29645ba10ce4c17c1c27
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() {