diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-04-01 22:03:42 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-04-01 22:03:42 -0500 |
commit | fc0727aa86b46392a36ef98a40a0a2ca43791b97 (patch) | |
tree | 17ab9ee79e2d1a475922e7fb837da582e5d78358 /system/po4a/disable-stats.patch | |
parent | a1e062a2db46fc15e94b447f6172e653a515b28a (diff) | |
download | packages-fc0727aa86b46392a36ef98a40a0a2ca43791b97.tar.gz packages-fc0727aa86b46392a36ef98a40a0a2ca43791b97.tar.bz2 packages-fc0727aa86b46392a36ef98a40a0a2ca43791b97.tar.xz packages-fc0727aa86b46392a36ef98a40a0a2ca43791b97.zip |
system/po4a: Update to 0.69
Diffstat (limited to 'system/po4a/disable-stats.patch')
-rw-r--r-- | system/po4a/disable-stats.patch | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |