diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-06-17 11:06:57 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-06-17 11:06:57 +0000 |
commit | d0aa7d9a081dc22553b678707aa0702b2c768929 (patch) | |
tree | 4d49bc0f75164d9aff12f94e58a97cbd68846df2 /audio/sound-juicer | |
parent | bcba55837286466758cd3ece59e39f55eb74b407 (diff) | |
download | ports-d0aa7d9a081dc22553b678707aa0702b2c768929.tar.gz ports-d0aa7d9a081dc22553b678707aa0702b2c768929.zip |
Notes
Diffstat (limited to 'audio/sound-juicer')
-rw-r--r-- | audio/sound-juicer/files/patch-src::Makefile.in | 2 |
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. |