diff options
-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" |