Index: head/java/openjdk6/files/patch-hotspot_make_bsd_makefiles_vm.make =================================================================== --- head/java/openjdk6/files/patch-hotspot_make_bsd_makefiles_vm.make (nonexistent) +++ head/java/openjdk6/files/patch-hotspot_make_bsd_makefiles_vm.make (revision 493634) @@ -0,0 +1,12 @@ +--- hotspot/make/bsd/makefiles/vm.make.orig 2016-12-30 04:31:06 UTC ++++ hotspot/make/bsd/makefiles/vm.make +@@ -119,6 +119,9 @@ LFLAGS += $(EXTRA_CFLAGS) + # Darwin is non-executable-stack by default + ifneq ($(OS_VENDOR), Darwin) + LFLAGS += -Xlinker -z -Xlinker noexecstack ++ifeq ($(Platform_arch_model), x86_32) ++LFLAGS += -Xlinker -z -Xlinker notext ++endif + endif + + LIBS += -lm -pthread Property changes on: head/java/openjdk6/files/patch-hotspot_make_bsd_makefiles_vm.make ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property