]> git.pld-linux.org Git - packages/akanga.git/blame - akanga-config.patch
- dropped pre-cvs changelog
[packages/akanga.git] / akanga-config.patch
CommitLineData
22a6f79f 1--- src/editline/Makefile.org Sat Jun 19 13:58:43 1999
2+++ src/editline/Makefile Thu Feb 24 12:55:07 2000
2c8e51a6 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)
22a6f79f 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
2c8e51a6 10
11 ## Set your C compiler:
22a6f79f 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
b61e392b 17+CFLAGS = $(DEFS) $(OPTFLAGS)
22a6f79f 18
19 ## If you have -DUSE_TERMCAP, set this as appropriate:
20 #LDFLAGS = -ltermlib
This page took 0.076018 seconds and 4 git commands to generate.