| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/p5-SGML-Parser-OpenSP/files/ |
Upload File : |
--- Makefile.PL.orig 2013-10-24 16:00:49.000000000 +0900
+++ Makefile.PL 2013-10-24 16:08:32.000000000 +0900
@@ -13,9 +13,9 @@
else
{
# assume some compatible Linux
- $options{LD} = "g++";
- $options{CC} = "g++";
- $options{LIBS} = "-lstdc++ -losp";
+ $options{LD} = "c++";
+ $options{CC} = "c++";
+ $options{LIBS} = "-L%%LOCALBASE%%/lib -lstdc++ -losp";
}
WriteMakefile(
@@ -26,6 +26,10 @@
Test::Exception => 0,
File::Temp => 0,
},
+ PM => {
+ 'lib/SGML/Parser/OpenSP.pm' => '$(INST_LIB)/SGML/Parser/OpenSP.pm',
+ 'lib/SGML/Parser/OpenSP/Tools.pm' => '$(INST_LIB)/SGML/Parser/OpenSP/Tools.pm'
+ },
($] >= 5.005 ?
(ABSTRACT_FROM => 'lib/SGML/Parser/OpenSP.pm',
AUTHOR => 'Bjoern Hoehrmann <bjoern@hoehrmann.de>') : ()),