]> git.pld-linux.org Git - packages/akanga.git/blob - akanga-config.patch
- dropped pre-cvs changelog
[packages/akanga.git] / akanga-config.patch
1 --- src/editline/Makefile.org   Sat Jun 19 13:58:43 1999
2 +++ src/editline/Makefile       Thu Feb 24 12:55:07 2000
3 @@ -15,7 +15,7 @@
4  ##     -DUSE_TERMCAP           Use the termcap library for terminal size
5  ##                             see LDFLAGS, below, if you set this.
6  ##     -DNEED_PERROR           Don't have perror() (used in testit)
7 -DEFS   = -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHIDE #-DUSE_TERMCAP
8 +DEFS   = -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHIDE -DHIST_SIZE=200 -DHAVE_STDLIB -DUNIQUE_HISTORY
9  #DEFS  = -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DUNIQUE_HISTORY -DHIDE #-DUSE_TERMCAP
10  
11  ##  Set your C compiler:
12 @@ -23,7 +23,7 @@
13         -Wunused -Wcomment -Wswitch
14  CC     = gcc -ansi -ggdb $(WARN)
15  #CC    = cc
16 -CFLAGS = $(DEFS) -O2 -m486 -fomit-frame-pointer 
17 +CFLAGS = $(DEFS) $(OPTFLAGS)
18  
19  ##  If you have -DUSE_TERMCAP, set this as appropriate:
20  #LDFLAGS = -ltermlib
This page took 0.123992 seconds and 3 git commands to generate.