]> git.pld-linux.org Git - packages/perl-Math-CDF.git/blame - perl-Math-CDF-system-dcdflib.patch
- new
[packages/perl-Math-CDF.git] / perl-Math-CDF-system-dcdflib.patch
CommitLineData
6926fcb9
JB
1--- Math-CDF-0.1/Makefile.PL.orig Wed Dec 29 03:48:11 1999
2+++ Math-CDF-0.1/Makefile.PL Sat Dec 7 01:13:50 2002
3@@ -3,7 +3,7 @@
4 'NAME' => 'Math::CDF',
5 'VERSION_FROM' => 'CDF.pm',
6 'LIBS' => ['-lm'],
7- 'MYEXTLIB' => 'cdflib/libcdflib$(LIB_EXT)',
8+ 'MYEXTLIB' => '-lcdflib',
9 'dist' => { COMPRESS=>"gzip -9", SUFFIX=>"gz" },
10 );
11
12--- Math-CDF-0.1/CDF.xs.orig Wed Jan 5 07:23:02 2000
13+++ Math-CDF-0.1/CDF.xs Sat Dec 7 01:13:36 2002
14@@ -1,7 +1,7 @@
15 #include "EXTERN.h"
16 #include "perl.h"
17 #include "XSUB.h"
18-#include "cdflib/cdflib.h"
19+#include <cdflib.h>
20
21 #ifndef PATCHLEVEL
22 #include <patchlevel.h>
This page took 0.079358 seconds and 4 git commands to generate.