aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-08-08 11:16:37 +0800
committersteve <steve@FreeBSD.org>2000-08-08 11:16:37 +0800
commitdc0dfc23296e380e015b52bcc3bcda466f05f433 (patch)
treec91bd6b7d6e5e76b8dc2ccc50a133c0071ff2861 /audio
parent929c36c74df20a344a0b4cad298089f998096b7d (diff)
downloadfreebsd-ports-gnome-dc0dfc23296e380e015b52bcc3bcda466f05f433.tar.gz
freebsd-ports-gnome-dc0dfc23296e380e015b52bcc3bcda466f05f433.tar.zst
freebsd-ports-gnome-dc0dfc23296e380e015b52bcc3bcda466f05f433.zip
Don't use -Werror in CFLAGS so this port builds cleanly on the Alpha.
Diffstat (limited to 'audio')
-rw-r--r--audio/mp3_check/files/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mp3_check/files/patch-aa b/audio/mp3_check/files/patch-aa
index 6bcfe0758f77..58abc6684bc5 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