diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-11-26 23:30:19 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-11-26 23:30:19 +0800 |
commit | b23e9e07b610ad06c6e7fadf7d527a15e0cca619 (patch) | |
tree | 12d457b1f37bf3782bcee615050b2e7d420e7cc7 /graphics/pngcheck/files | |
parent | 45f0e9f52687eb5b1ce446946e96e1b6c1893c4c (diff) | |
download | freebsd-ports-graphics-b23e9e07b610ad06c6e7fadf7d527a15e0cca619.tar.gz freebsd-ports-graphics-b23e9e07b610ad06c6e7fadf7d527a15e0cca619.tar.zst freebsd-ports-graphics-b23e9e07b610ad06c6e7fadf7d527a15e0cca619.zip |
Update to version 1.99.3
PR: 23076
Submitted by: Ports Fury
Diffstat (limited to 'graphics/pngcheck/files')
-rw-r--r-- | graphics/pngcheck/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/pngcheck/files/patch-aa b/graphics/pngcheck/files/patch-aa index ba20f89a32b..2175716c3ec 100644 --- a/graphics/pngcheck/files/patch-aa +++ b/graphics/pngcheck/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.unx Thu Nov 18 22:39:03 1999 -+++ Makefile.unx.new Tue Jul 4 01:47:15 2000 +--- Makefile.unx.orig Fri Nov 19 12:39:03 1999 ++++ Makefile.unx Wed Nov 22 21:28:00 2000 @@ -23,13 +23,13 @@ #ZLIB = -L$(ZPATH) -lz ZLIB = $(ZPATH)/libz.a @@ -12,10 +12,10 @@ -CC = gcc -LD = gcc +CC ?= gcc -+LD ?= $(CC) ++LD = $(CC) RM = rm -CFLAGS = -O3 -Wall $(INCS) -DUSE_ZLIB -+CFLAGS += -Wall $(INCS) -DUSE_ZLIB ++CFLAGS += $(INCS) -DUSE_ZLIB # [note that -Wall is a gcc-specific compilation flag ("all warnings on")] O = .o E = |