]> git.pld-linux.org Git - packages/akanga.git/blobdiff - akanga-config.patch
- dropped pre-cvs changelog
[packages/akanga.git] / akanga-config.patch
index 05612fe9a7669de1667f180f07c5efa8fb157f77..a8d1716fa892c99a1b93db99bcfae66feb0037f4 100644 (file)
@@ -1,12 +1,20 @@
-diff -Nur akanga-1.0.5.org/src/editline/Makefile akanga-1.0.5/src/editline/Makefile
---- akanga-1.0.5.org/src/editline/Makefile     Fri May 14 09:39:59 1999
-+++ akanga-1.0.5/src/editline/Makefile Fri Jul 30 11:51:14 1999
+--- src/editline/Makefile.org  Sat Jun 19 13:58:43 1999
++++ src/editline/Makefile      Thu Feb 24 12:55:07 2000
 @@ -15,7 +15,7 @@
  ##    -DUSE_TERMCAP           Use the termcap library for terminal size
  ##                            see LDFLAGS, below, if you set this.
  ##    -DNEED_PERROR           Don't have perror() (used in testit)
--DEFS  = -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DUNIQUE_HISTORY -DHIDE #-DUSE_TERMCAP
-+DEFS  = -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DUNIQUE_HISTORY -DHIST_SIZE=200 -DHAVE_STDLIB
+-DEFS  = -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHIDE #-DUSE_TERMCAP
++DEFS  = -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHIDE -DHIST_SIZE=200 -DHAVE_STDLIB -DUNIQUE_HISTORY
+ #DEFS = -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DUNIQUE_HISTORY -DHIDE #-DUSE_TERMCAP
  
  ##  Set your C compiler:
- WARN  = -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings \
+@@ -23,7 +23,7 @@
+       -Wunused -Wcomment -Wswitch
+ CC    = gcc -ansi -ggdb $(WARN)
+ #CC   = cc
+-CFLAGS        = $(DEFS) -O2 -m486 -fomit-frame-pointer 
++CFLAGS        = $(DEFS) $(OPTFLAGS)
+ ##  If you have -DUSE_TERMCAP, set this as appropriate:
+ #LDFLAGS = -ltermlib
This page took 0.053214 seconds and 4 git commands to generate.