From dc0dfc23296e380e015b52bcc3bcda466f05f433 Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 8 Aug 2000 03:16:37 +0000 Subject: Don't use -Werror in CFLAGS so this port builds cleanly on the Alpha. --- audio/mp3_check/files/patch-aa | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/mp3_check/files/patch-aa b/audio/mp3_check/files/patch-aa index 6bcfe0758f7..58abc6684bc 100644 --- a/audio/mp3_check/files/patch-aa +++ b/audio/mp3_check/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile Tue May 23 04:17:09 2000 -+++ Makefile.new Fri Jun 2 11:03:55 2000 +--- Makefile.orig Tue May 23 03:17:09 2000 ++++ Makefile Sun Aug 6 21:52:07 2000 @@ -1,8 +1,9 @@ # Makefile for mp3_check @@ -8,7 +8,7 @@ -OPT_FLAGS = -O3 +CC ?= gcc +LOCALBASE ?= /usr/local -+CFLAGS += -Wall -Werror -I${LOCALBASE}/include ++CFLAGS += -Wall -I${LOCALBASE}/include +OPT_FLAGS = -L${LOCALBASE}/lib -lgnugetopt OBJS = mp3_check.o \ mp3_check_misc.o -- cgit