patches/perl-dbfile-01-config.in-include_gnu.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 1850 001902afb1ba
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1850
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
     1
--- DB_File-1.820/config.in.orig	2009-03-28 14:38:14.000000000 +0100
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
     2
+++ DB_File-1.820/config.in	2009-04-30 19:16:57.898271315 +0200
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
     3
@@ -9,7 +9,7 @@
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
     4
 #    Change the path below to point to the directory where db.h is
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
     5
 #    installed on your system.
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
     6
 
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
     7
-INCLUDE	= /usr/local/BerkeleyDB/include
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
     8
+INCLUDE	= /usr/gnu/include
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
     9
 #INCLUDE	= /usr/local/include
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
    10
 #INCLUDE	= /usr/include
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
    11
 
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
    12
@@ -18,7 +18,7 @@
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
    13
 #    Change the path below to point to the directory where libdb is
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
    14
 #    installed on your system.
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
    15
 
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
    16
-LIB	= /usr/local/BerkeleyDB/lib
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
    17
+LIB	= /usr/gnu/lib
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
    18
 #LIB	= /usr/local/lib
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
    19
 #LIB	= /usr/lib
001902afb1ba *new* Perl module DB_File to interface to Berkeley 1.x Database Functions
tom68
parents:
diff changeset
    20