1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/pngcrush/files/patch-aa
Chris D. Faulhaber 9b471e1bec * Update port to 1.4.0
* Correct WWW
* Use the DISTFILES' Makefile
2000-03-25 13:26:12 +00:00

18 lines
392 B
Plaintext

--- Makefile.gcc.orig Tue Dec 28 10:24:59 1999
+++ Makefile.gcc Sat Mar 25 08:21:53 2000
@@ -10,10 +10,10 @@
# macros --------------------------------------------------------------------
-CC = gcc
-LD = gcc
-RM = rm -f
-CFLAGS = -O -Wall
+CC?= gcc
+LD = $(CC)
+RM?= rm -f
+#CFLAGS = -O -Wall
# [note that -Wall is a gcc-specific compilation flag ("all warnings on")]
LDFLAGS =
O = .o