]> git.pld-linux.org Git - packages/evms.git/blame - evms-make.patch
- updated to 1.0.0
[packages/evms.git] / evms-make.patch
CommitLineData
36d9f272 1diff -urN evms-0.9.2.org/engine/make.rules.in evms-0.9.2/engine/make.rules.in
d2e7c9c2
AM
2--- evms-0.9.2.org/engine/make.rules.in Tue Mar 19 13:55:03 2002
3+++ evms-0.9.2/engine/make.rules.in Tue Mar 19 14:07:18 2002
4@@ -4,11 +4,11 @@
5 subdirs = @subdirs@
6 prefix = @prefix@
7 exec_prefix = @exec_prefix@
8-bindir = $(exec_prefix)/bin
9-sbindir = ${exec_prefix}/sbin
10-infodir = $(prefix)/info
11-libdir = $(prefix)/lib
12-mandir = $(prefix)/man
13+bindir = @bindir@
14+sbindir = @sbindir@
15+infodir = @infodir@
16+libdir = @libdir@
17+mandir = @mandir@
18 date := $(shell date +%D)
19
20 HOMEDIR=@homedir@
36d9f272
AM
21@@ -24,7 +24,7 @@
22 CPP = @CPP@
23 CC = @CC@
24 LIBDIRS = -L$(HOMEDIR)/Engine -L$(HOMEDIR)/dlist
25-INCLUDES = -I$(HOMEDIR)/include -I$(HOMEDIR)/dlist -I$(KERNELDIR)/include -I/usr/include -I/usr/local/include
26+INCLUDES = -I$(HOMEDIR)/include -I$(HOMEDIR)/dlist -I$(KERNELDIR)/include -I/usr/include/ncurses
27 DEFINES = @evmsdefs@ -DMAJOR_VERSION=$(MAJOR_VERSION) -DMINOR_VERSION=$(MINOR_VERSION) -DPATCH_LEVEL=$(PATCH_LEVEL) -DVERSION=\"$(VERSION)\" -DDATE=\"$(date)\"
28
29 GTK_LIBS = @gtklibs@
30@@ -32,7 +32,7 @@
31 ENGINE_DEBUG = @debug@
32 EFENCE = @efence@
33
34-EVMSCFLAGS = -Wall -fPIC -O2 $(ENGINE_DEBUG) $(INCLUDES) $(DEFINES)
35+EVMSCFLAGS = -Wall -fPIC $(OPT) $(ENGINE_DEBUG) $(INCLUDES) $(DEFINES)
36 SO_CFLAGS = -shared $(EFENCE) -lc -ldl -L$(HOMEDIR)/dlist -ldlist
37
38 .c.o:
This page took 0.095348 seconds and 4 git commands to generate.