patch-Header_pm 395 B

123456789101112
  1. --- Header.pm.orig Sun Jul 3 07:26:27 2016
  2. +++ Header.pm Sat Aug 27 22:35:20 2016
  3. @@ -7,7 +7,7 @@ use warnings;
  4. our $VERSION = '0.05';
  5. use Inline C => 'DATA',
  6. - LIBS => '-logg -lvorbis -lvorbisfile',
  7. + LIBS => '-L%%LOCALBASE%%/lib -logg -lvorbis -lvorbisfile',
  8. INC => '-I/inc',
  9. AUTO_INCLUDE => '#include "inc/vcedit.h"',
  10. AUTO_INCLUDE => '#include "inc/vcedit.c"',