]> git.pld-linux.org Git - packages/xpaint.git/blob - xpaint-util-opt.patch
- updated to 2.9.10
[packages/xpaint.git] / xpaint-util-opt.patch
1 --- xpaint-2.9.10/util/Makefile.orig    2012-02-05 15:14:24.000000000 +0100
2 +++ xpaint-2.9.10/util/Makefile 2014-07-22 17:02:25.404157758 +0200
3 @@ -1,10 +1,10 @@
4 -GCC = gcc
5 -CPP = g++ -fpermissive
6 +GCC = @CC@ @CFLAGS@ @CPPFLAGS@
7 +CPP = @CXX@ @CXXFLAGS@ @CPPFLAGS@ -fpermissive
8  
9  all: pdfconcat ppmtops pgf2pnm
10  
11  pdfconcat:
12 -       $(GCC) -O3 -s -DNDEBUG=1 -DNO_CONFIG=1 -ansi -pedantic -Wunused -Wall -W -Wstrict-prototypes -Wtraditional -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-prototypes -Wmissing-declarations pdfconcat.c -o pdfconcat
13 +       $(GCC) -DNDEBUG=1 -DNO_CONFIG=1 -ansi -pedantic -Wunused -Wall -W -Wstrict-prototypes -Wtraditional -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-prototypes -Wmissing-declarations pdfconcat.c -o pdfconcat
14  
15  ppmtops:
16         $(GCC) ppmtops.c -o ppmtops
This page took 0.137293 seconds and 3 git commands to generate.