mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Respect CFLAGS.
PR: 18659
This commit is contained in:
parent
9e9b2dc41f
commit
17c6658b67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28598
1 changed files with 11 additions and 0 deletions
11
devel/libol/files/patch-aa
Normal file
11
devel/libol/files/patch-aa
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.orig Fri May 19 13:37:53 2000
|
||||
+++ configure Fri May 19 13:38:07 2000
|
||||
@@ -2704,7 +2704,7 @@
|
||||
if test $with_debug = "yes"; then
|
||||
CFLAGS="-Wall -g"
|
||||
else
|
||||
- CFLAGS="-Wall -O2"
|
||||
+# CFLAGS="-Wall -O2"
|
||||
fi
|
||||
|
||||
MAKE_CLASS="$srcdir/utils/make_class"
|
Loading…
Add table
Reference in a new issue