mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Respect CFLAGS.
PR: 41710 Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> Obtained from: naddy
This commit is contained in:
parent
8c05d4d733
commit
ffa1c49598
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64583
16
audio/lame/files/patch-configure
Normal file
16
audio/lame/files/patch-configure
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user