$NetBSD: patch-aa,v 1.2 2006/05/16 13:41:57 ben Exp $

--- makefile.orig	2006-04-01 11:02:46.000000000 -0800
+++ makefile
@@ -31,9 +31,8 @@
 # cure the problem, change this file from using PC-style end-of-line (carriage 
 # return and line feed) to unix style end-of-line (line feed).
 
-CC=gcc
-CFLAGS=-DANSILIBS -O2 
-LNK=gcc
+CFLAGS+=-DANSILIBS
+LNK=${CC}
 INSTALL=install
 
 prefix=/usr/local