summaryrefslogtreecommitdiff
path: root/lang/J/files/patch-make_jvars.sh
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-04-08 09:41:15 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-04-08 09:41:15 +0000
commitc83a73ccc887622e8f5839c2f681c5b28506f19e (patch)
treecca1662f9c7f5245a7854691bedfa0f13b506c08 /lang/J/files/patch-make_jvars.sh
parent- Add LICENSE (diff)
New port: lang/J
J (J language) is a high-level, general-purpose, high-performance programming language. J is portable and runs on 32/64-bit Windows/Linux/Mac as well as iOS, Android, and other platforms. WWW: http://www.jsoftware.com PR: 226186 Submitted by: Joao Neves <sevenjp@gmail.com>
Notes
Notes: svn path=/head/; revision=466786
Diffstat (limited to 'lang/J/files/patch-make_jvars.sh')
-rw-r--r--lang/J/files/patch-make_jvars.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/J/files/patch-make_jvars.sh b/lang/J/files/patch-make_jvars.sh
new file mode 100644
index 000000000000..152f9734e345
--- /dev/null
+++ b/lang/J/files/patch-make_jvars.sh
@@ -0,0 +1,16 @@
+--- make/jvars.sh.orig 2017-11-02 18:50:23 UTC
++++ make/jvars.sh
+@@ -1,11 +1,11 @@
+ # source shell script (read with . jvars.sh) so stuff is easy to find
+
+ # edit following if your install is not standard
+-jgit=~/gitdev/jsource # git jsource folder
++jgit=~/jsource-j806-release # git jsource folder
+ jbld=~/jbld # test libraries and binaries will be put here
+
+ # edit platform to build - linux darwin raspberry
+-jplatform=linux
++jplatform=freebsd
+
+ # should not be necessary to edit after here
+ j32=$jbld/j32/bin/jconsole