From fc0727aa86b46392a36ef98a40a0a2ca43791b97 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 1 Apr 2023 22:03:42 -0500 Subject: system/po4a: Update to 0.69 --- system/po4a/disable-stats.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system/po4a/disable-stats.patch') diff --git a/system/po4a/disable-stats.patch b/system/po4a/disable-stats.patch index 765a38520..692888460 100644 --- a/system/po4a/disable-stats.patch +++ b/system/po4a/disable-stats.patch @@ -13,10 +13,10 @@ This is because stdout/stderr is empty. @@ -15,7 +15,8 @@ $self->depends_on('docs'); $self->depends_on('distmeta'); # regenerate META.yml - $self->depends_on('man'); -- $self->depends_on('postats'); + $self->depends_on('man') unless ($^O eq 'MSWin32'); +- $self->depends_on('postats') unless ($^O eq 'MSWin32'); + # We don't need to show stats at the end. -+ # $self->depends_on('postats'); ++ # $self->depends_on('postats') unless $(^O eq 'MSWin32'); } sub make_files_writable { -- cgit v1.2.3-70-g09d2