]> git.pld-linux.org Git - packages/akanga.git/commitdiff
- for version 1.0.7
authorcieciwa <cieciwa@pld-linux.org>
Thu, 24 Feb 2000 12:03:34 +0000 (12:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    akanga-config.patch -> 1.2
    akanga-opt.patch -> 1.2

akanga-config.patch
akanga-opt.patch

index 05612fe9a7669de1667f180f07c5efa8fb157f77..4212c8a8269f38a07d55efe593760f5e59f9996d 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) $(RPM_OPT_FLAGS) -O2 -fomit-frame-pointer 
+ ##  If you have -DUSE_TERMCAP, set this as appropriate:
+ #LDFLAGS = -ltermlib
index 188b49ccd5753b22b2ca6c2164cbb5001066be88..9e19276b5d911dbcdda513345525cffe44ac2ed1 100644 (file)
@@ -1,6 +1,5 @@
-diff -ur akanga-1.0.5.orig/src/Makefile akanga-1.0.5/src/Makefile
---- akanga-1.0.5.orig/src/Makefile     Sat May 15 06:46:26 1999
-+++ akanga-1.0.5/src/Makefile  Mon Nov  1 18:41:33 1999
+--- src/Makefile.org   Sat Aug  7 12:35:13 1999
++++ src/Makefile       Thu Feb 24 12:57:48 2000
 @@ -21,7 +21,7 @@
  # Use an ANSI compiler (or at least one that groks prototypes and void *):
  CC=gcc
@@ -10,15 +9,3 @@ diff -ur akanga-1.0.5.orig/src/Makefile akanga-1.0.5/src/Makefile
  LDFLAGS = libedit.a
  
  # You may substitute "bison -y" for yacc. (You want to choose the one that
-diff -ur akanga-1.0.5.orig/src/editline/Makefile akanga-1.0.5/src/editline/Makefile
---- akanga-1.0.5.orig/src/editline/Makefile    Mon Nov  1 18:40:36 1999
-+++ akanga-1.0.5/src/editline/Makefile Mon Nov  1 18:41:49 1999
-@@ -22,7 +22,7 @@
-       -Wunused -Wcomment -Wswitch
- CC    = gcc -ansi -ggdb $(WARN)
- #CC   = cc
--CFLAGS        = $(DEFS) -O2 -m486 -fomit-frame-pointer 
-+CFLAGS        = $(DEFS) $(RPM_OPT_FLAGS)
- ##  If you have -DUSE_TERMCAP, set this as appropriate:
- #LDFLAGS = -ltermlib
This page took 0.081768 seconds and 4 git commands to generate.