diff options
Diffstat (limited to 'misc/cuecat/patches/patch-aa')
-rw-r--r-- | misc/cuecat/patches/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/cuecat/patches/patch-aa b/misc/cuecat/patches/patch-aa new file mode 100644 index 00000000000..b32e53c4baf --- /dev/null +++ b/misc/cuecat/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/02/13 13:55:42 wiz Exp $ + +--- Makefile.orig Mon Sep 18 19:26:03 2000 ++++ Makefile +@@ -1,8 +1,9 @@ + RM=/bin/rm +-CC=gcc ++#CC=gcc + AR=ar +-CFLAGS=-Wall -Wstrict-prototypes -O2 ++CFLAGS+=-Wall -Wstrict-prototypes + ++all: read_cuecat + + + read_cuecat: read_cuecat.o \ |