diff options
Diffstat (limited to 'sys-libs/timezone-data/files/timezone-data-2005n-makefile.patch')
-rw-r--r-- | sys-libs/timezone-data/files/timezone-data-2005n-makefile.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys-libs/timezone-data/files/timezone-data-2005n-makefile.patch b/sys-libs/timezone-data/files/timezone-data-2005n-makefile.patch index 31aa4c371068..f640fd59fd37 100644 --- a/sys-libs/timezone-data/files/timezone-data-2005n-makefile.patch +++ b/sys-libs/timezone-data/files/timezone-data-2005n-makefile.patch @@ -6,6 +6,7 @@ - Move zic zdump to sbin and tzselect to bin ala glibc - Install posix zoneinfo into zoneinfo/posix/ instead of zoneinfo-posix/ ala glibc - Install leaps zoneinfo into zoneinfo/right/ ala glibc + - Disable broken web test --- Makefile +++ Makefile @@ -90,3 +91,10 @@ + -d $(TZDIR)/right -L leapseconds $(TDATA) posix_right: posix_only other_two +@@ -366,5 +366,5 @@ + chmod +x $@ + +-check: check_tables check_web ++check: check_tables + + check_tables: checktab.awk $(PRIMARY_YDATA) |