summaryrefslogtreecommitdiff
path: root/java/jlint/files/patch-Makefile
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2004-11-03 12:39:23 +0000
committerHerve Quiroz <hq@FreeBSD.org>2004-11-03 12:39:23 +0000
commit6a0b0e2f0a5d1cbb41349138010058a4b66fa6ce (patch)
treea3db2696c0f16564b541b8c5cb6b802f745d3c99 /java/jlint/files/patch-Makefile
parentUpdate to version 1.50 (diff)
- Update to 3.0 [1]
- Unbreak on 5.x [1] - Use PORTDOCS - Some minor cosmetic improvements Submitted by: Roman Kennke <roman@ontographics.com> [1]
Notes
Notes: svn path=/head/; revision=120696
Diffstat (limited to 'java/jlint/files/patch-Makefile')
-rw-r--r--java/jlint/files/patch-Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/java/jlint/files/patch-Makefile b/java/jlint/files/patch-Makefile
index 9cae9f698201..1bb85508009a 100644
--- a/java/jlint/files/patch-Makefile
+++ b/java/jlint/files/patch-Makefile
@@ -1,5 +1,7 @@
---- Makefile.orig Wed Feb 19 17:20:06 2003
-+++ Makefile Wed Feb 19 17:21:13 2003
+$FreeBSD$
+
+--- Makefile.orig Wed Jan 14 17:23:41 2004
++++ Makefile Thu Oct 28 14:17:10 2004
@@ -3,8 +3,8 @@
# Makefile for Unix and GNU/Linux with gcc/g++ compiler
# Edit here:
@@ -11,12 +13,12 @@
# Hints:
# if you use egcs-2.90.* version of GCC please add option -fno-exceptions
-@@ -18,7 +18,7 @@
+@@ -20,7 +20,7 @@
# Optimized version
--CFLAGS = -c -Wall -O2 -g -DSLIST
-+CFLAGS += -c
+-CFLAGS = -c -Wall -O2 -g
++CFLAGS+= -c -Wall -g
+ # -DSLIST removed because it wouldn't compile under gcc 3.x
# add -DHASH_TABLE for extra speed (may sometimes produce inconsistent results)
- # Optimized version with switched off asserts