this edit made term-readkey-pm5184 work for me. file is at /opt/sw/lib/perl5/Fink

Tom Liehe via Fink-beginners <[email protected]>
Newsgroups gmane.os.apple.fink.beginners
Message-ID <[email protected]>
Member
TheSin- <https://github.com/TheSin-> commented on Dec 9, 2019 <https://github.com/fink/fink-distributions/issues/461#issuecomment-563331868> • 
edited 
Got it working, not pretty but works

in PkgVersion.pm

change

                                "$archflags $perlcmd Makefile.PL \%c\n".
                                "/usr/bin/make CC=gcc CXX=g++\n";
to

                                "$archflags $perlcmd Makefile.PL \%c\n".
                                "perl -pi -e 's, blib/, %b/blib/,g' Makefile\n".
                                "/usr/bin/make CC=gcc CXX=g++\n";
Obviously this type of fix could break other packages, it might be safer to do this inside the term-readkey-pm info file, but I'm going to test it in the PkgVersion.pm for a bit see how it goes.



me: I could send the edited file but mailing list doesn’t allow posts of “big” files (this one is 50K bytes after gzip)
I found this post by searching for term-readkey-pm5184 on fink-users, where I found this from Hanspeter.
Following the link will bring you to the edit above.


This is https://github.com/fink/fink-distributions/issues/461 <https://github.com/fink/fink-distributions/issues/461>

Hanspeter

_______________________________________________
Fink-beginners mailing list
[email protected]
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.