summaryrefslogtreecommitdiff
path: root/audio/abcmidi/patches/patch-aa
blob: 738dddc4c06ab04913fcf42c5ef391bfcb5f0458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$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