1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/pngcrush/files/patch-aa
2000-07-01 19:54:09 +00:00

17 lines
384 B
Plaintext

--- 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