aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-05-17 14:19:24 +0800
committerjkim <jkim@FreeBSD.org>2014-05-17 14:19:24 +0800
commit45f23a231b569dd1de946af40f6a93e8f3e29c55 (patch)
treea5bcfc1b8d37a2919f3864bcebb7de2a4895d71c /java
parentf63040a6b6db3d0f2792798b7b4762b82aa4d0b3 (diff)
downloadfreebsd-ports-gnome-45f23a231b569dd1de946af40f6a93e8f3e29c55.tar.gz
freebsd-ports-gnome-45f23a231b569dd1de946af40f6a93e8f3e29c55.tar.zst
freebsd-ports-gnome-45f23a231b569dd1de946af40f6a93e8f3e29c55.zip
Remove a hack to create symlink to libjli.so. java/openjdk8 does not need
this hack any more because it is statically linked now.
Diffstat (limited to 'java')
-rw-r--r--java/icedtea-web/files/extrapatch-jdk815
1 files changed, 0 insertions, 15 deletions
diff --git a/java/icedtea-web/files/extrapatch-jdk8 b/java/icedtea-web/files/extrapatch-jdk8
index 50d7269d3645..e03eba553455 100644
--- a/java/icedtea-web/files/extrapatch-jdk8
+++ b/java/icedtea-web/files/extrapatch-jdk8
@@ -11,21 +11,6 @@
export IT_JAVACFLAGS=$(IT_JAVAC_SETTINGS) -source $(IT_LANGUAGE_SOURCE_VERSION) -target $(IT_CLASS_TARGET_VERSION)
#
-@@ -2189,6 +2189,14 @@
- ln -sf ./$(JRE_ARCH_DIR) \
- $(BOOT_DIR)/jre/lib/$(INSTALL_ARCH_DIR); \
- fi;
-+ mkdir -p $(BOOT_DIR)/lib && \
-+ ln -sf $(SYSTEM_JDK_DIR)/lib/$(JRE_ARCH_DIR) \
-+ $(BOOT_DIR)/lib/ && \
-+ if ! test -d $(BOOT_DIR)/lib/$(INSTALL_ARCH_DIR); \
-+ then \
-+ ln -sf ./$(JRE_ARCH_DIR) \
-+ $(BOOT_DIR)/lib/$(INSTALL_ARCH_DIR); \
-+ fi;
- mkdir -p $(BOOT_DIR)/include && \
- for i in $(SYSTEM_JDK_DIR)/include/*; do \
- test -r $$i | continue; \
--- configure 2014-04-02 06:21:18.000335000 -0400
+++ configure 2014-05-15 17:04:42.000000000 -0400
@@ -626,6 +626,8 @@