diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-06-23 08:55:58 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-06-23 08:55:58 +0000 |
commit | b1e372e01617ec135f49d794b0e6258f7e6a5f23 (patch) | |
tree | 5a5669b837f130ef055a3f7b7c7af520d2d811d2 /audio/mpg123 | |
parent | 180588a1db4660f0939fb5f80155f2eccfeb202f (diff) | |
download | ports-b1e372e01617ec135f49d794b0e6258f7e6a5f23.tar.gz ports-b1e372e01617ec135f49d794b0e6258f7e6a5f23.zip |
Notes
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 9c4de95445e8..c2b4adf6ce3b 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -22,7 +22,8 @@ USE_AUTOTOOLS= libtool libltdl USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-audio=oss \ +CONFIGURE_ARGS= --with-optimization=0 \ + --with-audio=oss \ --with-default-audio=oss CONFIGURE_ENV= CONFIG_SHELL=${SH} CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |