aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutumn <git@autumnfo.rest>2026-04-19 10:51:01 +0100
committerAutumn <git@autumnfo.rest>2026-04-19 10:51:01 +0100
commit781f0a79c61771182b4f94403cfb154f5f8c4674 (patch)
treee7e2dd1225d851b4c7a172e09e66ea1b52f45f34
parent166384587f244e17377075f433fe1360f333d69a (diff)
[dev-libs/smooth] fix compile stage
-rw-r--r--dev-libs/smooth/smooth-0.9.10-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/smooth/smooth-0.9.10-r1.ebuild b/dev-libs/smooth/smooth-0.9.10-r1.ebuild
index abd18b0..01d7bd9 100644
--- a/dev-libs/smooth/smooth-0.9.10-r1.ebuild
+++ b/dev-libs/smooth/smooth-0.9.10-r1.ebuild
@@ -42,6 +42,6 @@ src_compile() {
if use cairo ; then
emake DESTDIR="${D}" BUILD_CAIRO="True" || die "emake failed"
else
- emake DESTDIR="${D}" BUILD_CAIRO="True" || die "emake failed"
+ emake DESTDIR="${D}" BUILD_CAIRO="False" || die "emake failed"
fi
}