summaryrefslogtreecommitdiffstats
path: root/graphics/jbigkit/files/patch-aa
blob: 9e7cd316261b5a5552141881ad4f644e8c58e086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Makefile	2014-03-27 14:47:15.000000000 -0400
+++ Makefile	2014-04-08 08:37:59.000000000 -0400
@@ -2,12 +2,10 @@
 
 # Select an ANSI/ISO C compiler here, GNU gcc is recommended
-CC = gcc
+#CC = gcc
 
 # Options for the compiler: A high optimization level is suggested
-CFLAGS = -O2 -W -Wno-unused-result
+CFLAGS += -W # -Wno-unused-result -- older compilers don't have this
 # CFLAGS = -O -g -W -Wall -Wno-unused-result -ansi -pedantic # -DDEBUG
 
-export CC CFLAGS
-
 VERSION=2.1
 
OpenPOWER on IntegriCloud