1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/archivers/unace/files/patch-ab
Ade Lovett 11ea1550f5 Use MASTER_SITE_SUNSITE to MASTER_SITES
Support CC properly
Update WWW: line of pkg/DESCR

PR:		21134
Submitted by:	Ports Fury
2000-09-16 18:09:56 +00:00

30 lines
851 B
Plaintext

--- Makefile.orig Wed May 12 16:10:27 1999
+++ Makefile Tue Aug 22 02:20:26 2000
@@ -13,14 +13,14 @@
#CFLAGS = -dNOSTRICMP #for UNIX compilers not supporting stricmp()
#CFLAGS = -dHI_LO_BYTE_ORDER #select correct byte order for your machine!!
-#CFLAGS = -Wall -O3 -s #-DNDEBUG
+CFLAGS += -DNDEBUG
#CFLAGS = -g -Wall -DMDEBUG
-CFLAGS = -O3 -fno-strength-reduce -fomit-frame-pointer # These are for Linux
+#CFLAGS = -O3 -fno-strength-reduce -fomit-frame-pointer # These are for Linux
#CFLAGS = -O -g -Wall -dLO_HI_BYTE_ORDER
CHALLOC = challoc.o
CHALLOC =
CHNEW = chnew.o challoc.o
-CC = gcc
+CC ?= gcc
ifeq ($(OSTYPE), Linux)
CFLAGS += -DUNIX -DCASEINSENSE
@@ -38,7 +38,7 @@
unace$(EXEEXT): $(OBJ) $(CHALLOC)
- gcc $(CFLAGS) -o $@ $^ $(LIBS)
+ $(CC) $(CFLAGS) -o $@ $^ $(LIBS)
clean:
rm -f *.o a.out core unace unace.exe