1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/java/guavac/files/patch-ad
John Polstra 61226cc600 Upgrade to version 0.3 (from 0.2.5).
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
1997-06-12 21:58:57 +00:00

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 ----