]> git.pld-linux.org Git - packages/perl.git/blobdiff - perl-db3.patch
- fixed
[packages/perl.git] / perl-db3.patch
index 3a8b08a446fcde6fdfe3d5664ae529357f5a59de..639559e040bc70d5c398ad3d54ee2c181f4634a6 100644 (file)
  
  typedef struct {
        DBM *   dbp ;
+--- perl-5.6.1/ext/NDBM_File/Makefile.PL~      Fri Apr 20 18:16:55 2001
++++ perl-5.6.1/ext/NDBM_File/Makefile.PL       Fri Apr 20 18:33:48 2001
+@@ -1,8 +1,8 @@
+ use ExtUtils::MakeMaker;
+ WriteMakefile(
+     NAME      => 'NDBM_File',
+-    LIBS => ["-L/usr/local/lib -lndbm", "-ldbm -lucb"],
+-    CCFLAGS => '-I/usr/include/db1 -Dbool=char -DHAS_BOOL',
++    LIBS => ["-L/usr/local/lib -ldb"],
++    CCFLAGS => '-Dbool=char -DHAS_BOOL',
+     MAN3PODS  => {},  # Pods will be built by installman.
+     XSPROTOARG => '-noprototypes',            # XXX remove later?
+     VERSION_FROM => 'NDBM_File.pm',
This page took 0.0344 seconds and 4 git commands to generate.