]> git.pld-linux.org Git - packages/c2ps.git/blob - c2ps-OPT_FLAGS.patch
964683fdc288a7916591474d6cd35f565f6ac419
[packages/c2ps.git] / c2ps-OPT_FLAGS.patch
1 diff -urN c2ps-4.0.orig/Makefile c2ps-4.0/Makefile
2 --- c2ps-4.0.orig/Makefile      Thu May 15 17:50:56 1997
3 +++ c2ps-4.0/Makefile   Fri Jul 21 20:39:16 2000
4 @@ -3,7 +3,7 @@
5  
6  RM     =       rm -f
7  CC     =       gcc
8 -CCFLAGS =       -O
9 +CCFLAGS =       $(OPT_FLAGS)
10  
11  PREFIX =       /usr/local
12  BIN    =       $(PREFIX)/bin
This page took 0.082231 seconds and 4 git commands to generate.