diff options
author | novel <novel@FreeBSD.org> | 2011-06-23 16:55:58 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2011-06-23 16:55:58 +0800 |
commit | ebb2c3705bea8348e960da23d0f4b4f7c9a68f9a (patch) | |
tree | f18451f1ccb973952fd93139692b86d881d07173 /audio/mpg123 | |
parent | 6dda3473e679a4d2008cb5dbb89367a349791268 (diff) | |
download | freebsd-ports-gnome-ebb2c3705bea8348e960da23d0f4b4f7c9a68f9a.tar.gz freebsd-ports-gnome-ebb2c3705bea8348e960da23d0f4b4f7c9a68f9a.tar.zst freebsd-ports-gnome-ebb2c3705bea8348e960da23d0f4b4f7c9a68f9a.zip |
Disable vendor optimization flags in CFLAGS.
PR: 158191
Submitted by: Pan Tsu <inyaoo@gmail.com>
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" |