diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-06-28 18:57:18 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-06-28 18:57:18 +0000 |
commit | d69e3c8bb506067d3d6ecf24a027f6fe4cd717f6 (patch) | |
tree | 02088f3100ed899b3da6ad840f7e59aa27b9e7d5 /java/jdk14/files/patch-j2se::zip::Makefile | |
parent | Drop maintainership. (diff) |
Remove expired port:
2011-04-17 java/jdk14: does not build on FreeBSD 7.x or newer
Notes
Notes:
svn path=/head/; revision=276598
Diffstat (limited to 'java/jdk14/files/patch-j2se::zip::Makefile')
-rw-r--r-- | java/jdk14/files/patch-j2se::zip::Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/java/jdk14/files/patch-j2se::zip::Makefile b/java/jdk14/files/patch-j2se::zip::Makefile deleted file mode 100644 index ed15182c29cc..000000000000 --- a/java/jdk14/files/patch-j2se::zip::Makefile +++ /dev/null @@ -1,31 +0,0 @@ ---- ../../j2se/make/java/zip/Makefile.orig Wed Sep 10 19:43:01 2003 -+++ ../../j2se/make/java/zip/Makefile Sat Feb 11 00:55:54 2006 -@@ -12,8 +12,6 @@ - PRODUCT = sun - include $(BUILDDIR)/common/Defs.gmk - --ZLIB_VERSION = 1.1.3 -- - # - # Files to compile. - # -@@ -58,13 +56,6 @@ - CPPFLAGS += -UDEBUG - endif - --CPPFLAGS += -I$(SHARE_SRC)/native/java/util/zip/zlib-$(ZLIB_VERSION) -- --# --# Add to ambient vpath so we pick up the library files --# --vpath %.c $(SHARE_SRC)/native/$(PKGDIR)/zlib-$(ZLIB_VERSION) -- - # - # Has been converted to the JNI: generate JNI-style header files - # -@@ -73,4 +64,4 @@ - # - # Link to JVM library for JVM_Zip* functions - # --OTHER_LDLIBS = $(JVMLIB) -+OTHER_LDLIBS = -lz |