]> git.pld-linux.org Git - packages/fetchpop.git/blob - fetchpop-make.patch
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
[packages/fetchpop.git] / fetchpop-make.patch
1 diff -uNr fetchpop1.9.orig/Makefile fetchpop1.9/Makefile
2 --- fetchpop1.9.orig/Makefile   Tue Jun 25 22:21:43 1996
3 +++ fetchpop1.9/Makefile        Thu Apr 24 17:16:54 1997
4 @@ -4,14 +4,14 @@
5  # and also edit config.h file if you need.
6  # if you don't know what to do, don't worry about it. Just type 'make'
7  
8 -BINDIR=/usr/local/bin
9 -MANDIR=/usr/local/man/man1
10 +BINDIR=$(INSTALL_DIR)/usr/bin
11 +MANDIR=$(INSTALL_DIR)/usr/man/man1
12  
13  CC=gcc
14  
15 -CFLAGS= -g 
16 +#CFLAGS= -g 
17  #CFLAGS= -O2 -m486 -pipe 
18 -#CFLAGS= -O2 -m486 -fno-strength-reduce -Wall -pipe
19 +CFLAGS= -O2 -fno-strength-reduce -Wall -pipe
20  
21  #--------------------------------------------------------------
22  # Valid flags for EXTRA_OPTION
This page took 0.029767 seconds and 3 git commands to generate.