Merge.
[fedora-mingw.git] / gdbm / gdbm-1.8.0-cflags.patch
1 --- gdbm-1.8.0/Makefile.in.cflags       Tue Jun 12 19:50:21 2001
2 +++ gdbm-1.8.0/Makefile.in      Tue Jun 12 19:57:45 2001
3 @@ -17,22 +17,23 @@
4  MAKEINFO = makeinfo
5  TEXI2DVI = texi2dvi
6  
7 -DEFS =
8 +DEFS = @DEFS@
9  
10  # Where the system [n]dbm routines are...
11  LIBS = @LIBS@ -lc
12  
13  # SunOS 4 users might wish to add '-fpcc-struct-return' to CFLAGS. see INSTALL.
14 -CFLAGS = -O
15 -LDFLAGS =
16 +CPPFLAGS = @CPPFLAGS@
17 +CFLAGS = @CFLAGS@
18 +LDFLAGS = @LDFLAGS@
19  
20  # Common prefix for installation directories
21 -prefix = /usr/local
22 +prefix = /usr
23  exec_prefix = $(prefix)
24  mandir = $(prefix)/man
25  
26  # Directory in which to put libgdbm.a.
27 -libdir = $(exec_prefix)/lib
28 +libdir = $(prefix)/lib
29  # The include directory for gdbm.h and dbm.h.
30  includedir = $(prefix)/include
31  # Info and man directories.