mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Support CFLAGS properly
PR: 47067 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
3d85451afb
commit
813d05865b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73288
2 changed files with 12 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= libedit
|
||||
PORTVERSION= 2.6.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.canonware.com/download/libedit/
|
||||
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
diff -ru configure.in.orig configure.in
|
||||
--- configure.in.orig Sat Feb 9 12:38:59 2002
|
||||
+++ configure.in Sat Feb 9 18:34:59 2002
|
||||
--- configure.in.orig Mon Feb 11 08:36:44 2002
|
||||
+++ configure.in Tue Jan 14 07:31:02 2003
|
||||
@@ -118,7 +118,7 @@
|
||||
CPPFLAGS="$CPPFLAGS -DDEBUG_TTY -DDEBUG_KEY -DDEBUG_READ -DDEBUG"
|
||||
CPPFLAGS="$CPPFLAGS -DDEBUG_REFRESH -DDEBUG_PASTE"
|
||||
else
|
||||
- CFLAGS="$CFLAGS -O"
|
||||
+ CFLAGS="$CFLAGS"
|
||||
fi
|
||||
|
||||
|
||||
@@ -169,7 +169,7 @@
|
||||
|
||||
dnl Library settings.
|
||||
|
|
Loading…
Add table
Reference in a new issue