/[pgswish]/trunk/patch/DBD-PgSPI-0.02-Debian_fix.diff
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/patch/DBD-PgSPI-0.02-Debian_fix.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations)
Thu Feb 17 17:53:45 2005 UTC (19 years, 3 months ago) by dpavlin
File size: 1178 byte(s)
patch to compile DBD::PgSPI on Debian

1 dpavlin 2 Only in DBD-PgSPI-0.02+Debian_fix/: Makefile.old
2     diff -urw DBD-PgSPI-0.02+Debian_fix/Makefile.PL DBD-PgSPI-0.02/Makefile.PL
3     --- DBD-PgSPI-0.02+Debian_fix/Makefile.PL 2005-02-17 16:02:52.000000000 +0100
4     +++ DBD-PgSPI-0.02/Makefile.PL 2001-06-22 04:18:50.000000000 +0200
5     @@ -28,7 +28,7 @@
6     my %opts = (
7     NAME => 'DBD::PgSPI',
8     VERSION_FROM => 'PgSPI.pm',
9     - INC => "-I$POSTGRES_HOME/include -I$POSTGRES_HOME/backend -I$POSTGRES_HOME/interfaces/libpq -I/usr/include/postgresql/server -I$dbi_arch_dir",
10     + INC => "-I$POSTGRES_HOME/include -I$POSTGRES_HOME/backend -I$POSTGRES_HOME/interfaces/libpq -I$dbi_arch_dir",
11     OBJECT => "PgSPI\$(OBJ_EXT) dbdimp\$(OBJ_EXT)",
12     LIBS => [],
13     AUTHOR => 'Alex Pilosov (alex@pilosov.com)',
14     diff -urw DBD-PgSPI-0.02+Debian_fix/PgSPI.h DBD-PgSPI-0.02/PgSPI.h
15     --- DBD-PgSPI-0.02+Debian_fix/PgSPI.h 2005-02-17 16:03:32.000000000 +0100
16     +++ DBD-PgSPI-0.02/PgSPI.h 2004-12-06 05:24:54.000000000 +0100
17     @@ -23,7 +23,7 @@
18     #include "EXTERN.h"
19     #include "perl.h"
20     #include "XSUB.h"
21     -/* #include "ppport.h" */
22     +#include "ppport.h"
23    
24     #include <DBIXS.h> /* installed by the DBI module */
25    

  ViewVC Help
Powered by ViewVC 1.1.26