diff options
author | Steve Price <steve@FreeBSD.org> | 2000-08-08 03:16:37 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-08-08 03:16:37 +0000 |
commit | 300d54202d36d0066e61504a5d3e2de6c37f34b8 (patch) | |
tree | 6ab6f620196d5f90a9c9aa6f01dcfa01eb288e2e | |
parent | Use gd.1 in the LIB_DEPENDS so this port doesn't accidently pickup the (diff) |
Don't use -Werror in CFLAGS so this port builds cleanly on the Alpha.
Notes
Notes:
svn path=/head/; revision=31410
-rw-r--r-- | audio/mp3_check/files/patch-aa | 6 |
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 |