summaryrefslogtreecommitdiff
path: root/graphics/pngcrush/files/patch-aa
blob: 84f7b2635ecc12971097779cc4fe8dcd7437e9ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- Makefile.gcc.orig	Fri Jun 30 17:53:36 2000
+++ Makefile.gcc	Sat Jul  1 19:46:33 2000
@@ -10,10 +10,10 @@
 
 # macros --------------------------------------------------------------------
 
-CC = gcc
-LD = gcc
+CC?= gcc
+LD = $(CC)
 RM = rm -f
-CFLAGS = -I. -O -Wall
+CFLAGS+= -I. -Wall
 # [note that -Wall is a gcc-specific compilation flag ("all warnings on")]
 LDFLAGS =
 O = .o