Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15:GA
perl-Encode-HanExtra
HanExtra-include-sort.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File HanExtra-include-sort.patch of Package perl-Encode-HanExtra
--- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/Makefile.PL +++ b/Makefile.PL @@ -112,7 +112,7 @@ sub post_initialize { #define U8 U8 #include "encode.h" END - foreach my $table (keys %tables) { + foreach my $table (sort keys %tables) { print XS qq[#include "${table}.h"\n]; } print XS <<"END"; @@ -141,7 +141,7 @@ PROTOTYPES: DISABLE BOOT: { END - foreach my $table (keys %tables) { + foreach my $table (sort keys %tables) { print XS qq[#include "${table}.exh"\n]; } print XS "}\n";
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor