Diff magic-8.3.309-r2 with a magic-8.3.309-r3
/usr/portage/sci-electronics/magic/magic-8.3.309-r3.ebuild 2023-10-09 14:52:35.044368490 +0300 | ||
---|---|---|
46 | 46 |
src_prepare() { |
47 | 47 |
default |
48 | 48 | |
49 |
# Don't embed MAGIC_COMMIT |
|
50 |
sed -i 's/git rev-parse HEAD//' scripts/defs.mak.in || die |
|
51 | ||
49 | 52 |
pushd scripts &>/dev/null || die |
50 | 53 |
mv configure.in configure.ac || die |
51 | 54 |
popd &>/dev/null || die |
... | ... | |
69 | 72 |
--disable-modular \ |
70 | 73 |
$(use_enable debug memdebug) \ |
71 | 74 |
$(use_enable cairo cairo-offscreen) \ |
75 |
$(use_with cairo) \ |
|
72 | 76 |
$(use_with opengl) |
73 | 77 |
} |
74 | 78 |