summaryrefslogtreecommitdiff
path: root/java/jc/files/patch-ad
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2004-03-28 21:38:40 +0000
committerArchie Cobbs <archie@FreeBSD.org>2004-03-28 21:38:40 +0000
commit3f47dbb20f20e4afce7830ff0fa5e9635f15802f (patch)
tree966c6be7474d3ee1839fdaf1dd28d89feecdd5ce /java/jc/files/patch-ad
parentMark FORBIDDEN due to multiple buffer overflow and format string (diff)
Build fix for 5.x.
Notes
Notes: svn path=/head/; revision=105561
Diffstat (limited to '')
-rw-r--r--java/jc/files/patch-ad22
1 files changed, 22 insertions, 0 deletions
diff --git a/java/jc/files/patch-ad b/java/jc/files/patch-ad
new file mode 100644
index 000000000000..47fae4339875
--- /dev/null
+++ b/java/jc/files/patch-ad
@@ -0,0 +1,22 @@
+--- jc-1.0.1/jsrc/Makefile.am.orig Sun Mar 28 15:34:08 2004
++++ jc-1.0.1/jsrc/Makefile.am Sun Mar 28 15:34:20 2004
+@@ -14,7 +14,7 @@
+ ##
+ ## GCC flags for compiling ELF objects
+ ##
+-HOSTGCC_FLAGS= -O2 -g -pipe -fno-common -w -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wwrite-strings -Werror -Wa,-W
++HOSTGCC_FLAGS= -O2 -g -pipe -fno-common -w -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wwrite-strings -Wa,-W
+
+ ##
+ ## Install pre-built source files and compile them
+--- jc-1.0.1/jsrc/Makefile.in.orig Sun Mar 28 15:34:12 2004
++++ jc-1.0.1/jsrc/Makefile.in Sun Mar 28 15:34:22 2004
+@@ -110,7 +110,7 @@
+
+ EXTRA_DIST = jsrc.tgz patterns
+
+-HOSTGCC_FLAGS = -O2 -g -pipe -fno-common -w -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wwrite-strings -Werror -Wa,-W
++HOSTGCC_FLAGS = -O2 -g -pipe -fno-common -w -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wwrite-strings -Wa,-W
+
+ CLEANFILES = sources objects patterns
+ subdir = jsrc