diff options
author | naddy <naddy@FreeBSD.org> | 2002-08-16 23:14:54 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-08-16 23:14:54 +0800 |
commit | 7733b0e13c79f7ddfa7fd3bd520234813ac906a8 (patch) | |
tree | 84cd69a1c280f97351ea4f3880bbedeb7c21844e /audio/lame | |
parent | 487226ca76f57fba653c74090f4ecf3fd9e68096 (diff) | |
download | freebsd-ports-gnome-7733b0e13c79f7ddfa7fd3bd520234813ac906a8.tar.gz freebsd-ports-gnome-7733b0e13c79f7ddfa7fd3bd520234813ac906a8.tar.zst freebsd-ports-gnome-7733b0e13c79f7ddfa7fd3bd520234813ac906a8.zip |
Respect CFLAGS.
PR: 41710
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Obtained from: naddy
Diffstat (limited to 'audio/lame')
-rw-r--r-- | audio/lame/files/patch-configure | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/lame/files/patch-configure b/audio/lame/files/patch-configure new file mode 100644 index 000000000000..a3fa48ff5677 --- /dev/null +++ b/audio/lame/files/patch-configure @@ -0,0 +1,16 @@ +diff -ruN lame-3.91.orig/configure lame-3.91/configure +--- configure.orig Wed Dec 26 02:59:42 2001 ++++ configure Thu Aug 15 23:54:44 2002 +@@ -5521,12 +5521,6 @@ + + + if test "x$GCC" = "xyes"; then +- # gcc defaults. OS specific options go in versious sections below +- # from the gcc man pages: "there is no reason to use -pedantic" +- CFLAGS="-Wall -pipe ${CFLAGS}" +- +- +- OPTIMIZATION="-O3 -fomit-frame-pointer -ffast-math -funroll-loops" + case "${GCC_version}" in + 2.96*) + # for buggy version of gcc shipped with RH7.1, back of on some |