diff options
author | John Polstra <jdp@FreeBSD.org> | 1997-06-12 21:58:57 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1997-06-12 21:58:57 +0000 |
commit | 61226cc60005b10abfb6e9e0da4033d2c398f12a (patch) | |
tree | 892313fff8e4fb22c09d565a370b87e2c7f2e7f1 /java/guavac/files/patch-ad | |
parent | Merge from rev 1.7 of patch-aa: Align this info dir entry with others. (diff) |
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
Notes
Notes:
svn path=/head/; revision=6896
Diffstat (limited to 'java/guavac/files/patch-ad')
-rw-r--r-- | java/guavac/files/patch-ad | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/java/guavac/files/patch-ad b/java/guavac/files/patch-ad index 5a42fdc8b9a3..0d193d5fa48c 100644 --- a/java/guavac/files/patch-ad +++ b/java/guavac/files/patch-ad @@ -1,11 +1,14 @@ ---- configure.orig Fri Aug 2 19:55:11 1996 -+++ configure Sun Feb 16 19:28:11 1997 -@@ -1598,7 +1598,7 @@ - - - --CFLAGS="-g -I. -I.. -I../common" -+CFLAGS="-I. -I.. -I../common" - cat >> confdefs.h <<EOF - #define CFLAGS "$CFLAGS" - EOF +*** 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 ---- |