]> git.pld-linux.org Git - packages/akanga.git/blame - akanga-opt.patch
11e011110e96d43dcafaae9dc1bba80b PHOTO_FAQ.ps.gz
[packages/akanga.git] / akanga-opt.patch
CommitLineData
3940e198
JR
1diff -ur akanga-1.0.5.orig/src/Makefile akanga-1.0.5/src/Makefile
2--- akanga-1.0.5.orig/src/Makefile Sat May 15 06:46:26 1999
3+++ akanga-1.0.5/src/Makefile Mon Nov 1 18:41:33 1999
4@@ -21,7 +21,7 @@
5 # Use an ANSI compiler (or at least one that groks prototypes and void *):
6 CC=gcc
7 ##CFLAGS=-ggdb -DWITH_LOCKING -DWITH_TMPFILE -DWITH_VARSUP -O2 -m486 -fomit-frame-pointer -DSYSVR4
8-CFLAGS = -ggdb -DWITH_LOCKING -DWITH_TMPFILE -DWITH_VARSUP -DWITH_EXPR -DWITH_MISC -O2 -m486 -DSYSVR4
9+CFLAGS = -ggdb -DWITH_LOCKING -DWITH_TMPFILE -DWITH_VARSUP -DWITH_EXPR -DWITH_MISC -DSYSVR4 $(RPM_OPT_FLAGS)
10 LDFLAGS = libedit.a
11
12 # You may substitute "bison -y" for yacc. (You want to choose the one that
13diff -ur akanga-1.0.5.orig/src/editline/Makefile akanga-1.0.5/src/editline/Makefile
14--- akanga-1.0.5.orig/src/editline/Makefile Mon Nov 1 18:40:36 1999
15+++ akanga-1.0.5/src/editline/Makefile Mon Nov 1 18:41:49 1999
16@@ -22,7 +22,7 @@
17 -Wunused -Wcomment -Wswitch
18 CC = gcc -ansi -ggdb $(WARN)
19 #CC = cc
20-CFLAGS = $(DEFS) -O2 -m486 -fomit-frame-pointer
21+CFLAGS = $(DEFS) $(RPM_OPT_FLAGS)
22
23 ## If you have -DUSE_TERMCAP, set this as appropriate:
24 #LDFLAGS = -ltermlib
This page took 0.072626 seconds and 4 git commands to generate.