agg: switch to replace-fail

This commit is contained in:
Guy Chronister
2026-04-22 08:13:54 -05:00
parent 1f08a07001
commit 4758c6098f
+1 -1
View File
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
substituteInPlace include/agg_renderer_outline_aa.h \
--replace 'line_profile_aa& profile() {' 'const line_profile_aa& profile() {'
--replace-fail 'line_profile_aa& profile() {' 'const line_profile_aa& profile() {'
'';
# fix build with new automake, from Gentoo ebuild