aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2004-06-17 19:06:57 +0800
committerbland <bland@FreeBSD.org>2004-06-17 19:06:57 +0800
commit68751be37b9d74f32753d22be9548abb372427e3 (patch)
treea7a4ae4c2f2b5c73d9c6d858386480dffdba98e8 /audio
parentf9785eed331259dc8e395de869c92d40246e472c (diff)
downloadfreebsd-ports-gnome-68751be37b9d74f32753d22be9548abb372427e3.tar.gz
freebsd-ports-gnome-68751be37b9d74f32753d22be9548abb372427e3.tar.zst
freebsd-ports-gnome-68751be37b9d74f32753d22be9548abb372427e3.zip
Put back small bit of patch get lost in update.
Reported by: Sergey Akifyev <asa@gascom.ru>, kris
Diffstat (limited to 'audio')
-rw-r--r--audio/sound-juicer/files/patch-src::Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sound-juicer/files/patch-src::Makefile.in b/audio/sound-juicer/files/patch-src::Makefile.in
index e593af77a75d..33ff761019a1 100644
--- a/audio/sound-juicer/files/patch-src::Makefile.in
+++ b/audio/sound-juicer/files/patch-src::Makefile.in
@@ -5,7 +5,7 @@
# General compiler flags
-AM_CFLAGS = -Wall -Werror -export-dynamic -W -Wno-unused-parameter
-+AM_CFLAGS = -Wall -export-dynamic -W -Wno-unused-parameter
++AM_CFLAGS = -Wall -export-dynamic -W
# General CPP flags. When I can demand automake 1.8, this can become
# sound_juicer_CPPFLAGS.