about summary refs log tree commit diff
path: root/pkgs/applications/editors/netbeans/path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/netbeans/path.patch')
-rw-r--r--pkgs/applications/editors/netbeans/path.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/applications/editors/netbeans/path.patch b/pkgs/applications/editors/netbeans/path.patch
deleted file mode 100644
index 57b5730e137c..000000000000
--- a/pkgs/applications/editors/netbeans/path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/netbeans/platform/lib/nbexec	2015-09-29 21:26:39.282600903 -0700
-+++ b/netbeans/platform/lib/nbexec	2015-09-29 21:26:58.977697858 -0700
-@@ -198,7 +198,7 @@
-         SunOS*) awk=nawk ;;
-         *) awk=awk ;;
-     esac
--    jdk_version=$("${jdkhome}/bin/java" -version 2>&1 | "/usr/bin/${awk}" -F '"' '/version/ {print substr($2, 1, 3)}')    
-+    jdk_version=$("${jdkhome}/bin/java" -version 2>&1 | "@AWK@" -F '"' '/version/ {print substr($2, 1, 3)}')    
-     if [ "$jdk_version" = "1.7" ] ; then   
-         jargs="$jargs $launcher_args"
-     fi