diff options
| author | Autumn <git@autumnfo.rest> | 2026-04-19 10:51:01 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-04-19 10:51:01 +0100 |
| commit | 781f0a79c61771182b4f94403cfb154f5f8c4674 (patch) | |
| tree | e7e2dd1225d851b4c7a172e09e66ea1b52f45f34 /dev-libs/smooth/smooth-0.9.10-r1.ebuild | |
| parent | 166384587f244e17377075f433fe1360f333d69a (diff) | |
[dev-libs/smooth] fix compile stage
Diffstat (limited to 'dev-libs/smooth/smooth-0.9.10-r1.ebuild')
| -rw-r--r-- | dev-libs/smooth/smooth-0.9.10-r1.ebuild | 2 |
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 } |
