head	1.2;
access;
symbols
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.08.12.13.06.26;	author erwin;	state dead;
branches;
next	1.1;

1.1
date	2000.09.16.18.09.56;	author ade;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Respect DESTDIR
- Eliminate two patches and reinplace edit instead

PR:		101787
Submitted by:	gabor
Approved by:	maintainer
@
text
@--- 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
@


1.1
log
@Use MASTER_SITE_SUNSITE to MASTER_SITES
Support CC properly
Update WWW: line of pkg/DESCR

PR:		21134
Submitted by:	Ports Fury
@
text
@@

