1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Build fix for 5.x.

This commit is contained in:
Archie Cobbs 2004-03-28 21:38:40 +00:00
parent f72beeec5c
commit 3f47dbb20f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105561

22
java/jc/files/patch-ad Normal file
View File

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