mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
61226cc600
I modified the submitted version slightly, (a) to honor the user's CFLAGS setting, and (b) to eliminate some compilation warnings. PR: ports/3825 Submitted by: Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp
15 lines
296 B
Plaintext
15 lines
296 B
Plaintext
*** configure.orig Mon Apr 28 12:41:52 1997
|
|
--- configure Thu Jun 12 13:32:18 1997
|
|
***************
|
|
*** 520,528 ****
|
|
|
|
|
|
|
|
- if test -z "${CFLAGS}"; then
|
|
- CFLAGS=-g
|
|
- fi
|
|
CFLAGS="$CFLAGS -I. -I.. -I\$(srcdir)/../common"
|
|
cat >> confdefs.h <<EOF
|
|
#define CFLAGS "$CFLAGS"
|
|
--- 520,525 ----
|