Ticket #34514: Makefile.PL.patch
File Makefile.PL.patch, 560 bytes (added by mndavidoff (Monte Davidoff), 12 years ago) |
---|
-
Makefile.PL
old new 13 13 else 14 14 { 15 15 # assume some compatible Linux 16 $options{LD} = "g++";17 $options{CC} = "g++";18 16 $options{LIBS} = "-lstdc++ -losp"; 19 17 } 20 18 … … 33 31 # SP_MULTI_BYTE is needed iff OpenSP is built with SP_MULTI_BYTE 34 32 DEFINE => '-DSP_MULTI_BYTE=1', 35 33 34 CCFLAGS => '-x c++', 36 35 INC => '', # e.g., '-I/usr/include/other' 37 36 XSOPT => '-C++', 38 37