Ticket #34514: Makefile.PL.patch

File Makefile.PL.patch, 560 bytes (added by mndavidoff (Monte Davidoff), 12 years ago)
  • Makefile.PL

    old new  
    1313else
    1414{
    1515    # assume some compatible Linux
    16     $options{LD}   = "g++";
    17     $options{CC}   = "g++";
    1816    $options{LIBS} = "-lstdc++ -losp";
    1917}
    2018
     
    3331    # SP_MULTI_BYTE is needed iff OpenSP is built with SP_MULTI_BYTE
    3432    DEFINE            => '-DSP_MULTI_BYTE=1',
    3533
     34    CCFLAGS           => '-x c++',
    3635    INC               => '', # e.g., '-I/usr/include/other'
    3736    XSOPT             => '-C++',
    3837