summaryrefslogtreecommitdiff
path: root/lang/J/files/patch-make_build__tsdll.sh
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-04-17 16:52:17 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-04-17 16:52:17 +0000
commit1fea71bce458e843c8d044a7c52b7292faeef039 (patch)
treef00585328808e06b8e7c0923b27a4200fe2a445f /lang/J/files/patch-make_build__tsdll.sh
parentUpdate to the 20180408 snapshot of GCC 8. (diff)
lang/J: update 806 -> 808
- builds on 10.3 now PR: 227395 Submitted by: Joao Neves <sevenjp@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=467617
Diffstat (limited to 'lang/J/files/patch-make_build__tsdll.sh')
-rw-r--r--lang/J/files/patch-make_build__tsdll.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/J/files/patch-make_build__tsdll.sh b/lang/J/files/patch-make_build__tsdll.sh
index 52f2978200a9..6bfa8cb9b640 100644
--- a/lang/J/files/patch-make_build__tsdll.sh
+++ b/lang/J/files/patch-make_build__tsdll.sh
@@ -1,4 +1,4 @@
---- make/build_tsdll.sh.orig 2018-02-24 19:49:42 UTC
+--- make/build_tsdll.sh.orig 2018-04-09 18:00:06 UTC
+++ make/build_tsdll.sh
@@ -1,9 +1,8 @@
#!/usr/local/bin/bash
@@ -12,7 +12,7 @@
case $jplatform\_$1 in
-@@ -38,6 +37,16 @@ TARGET=libtsdll.dylib
+@@ -33,6 +32,16 @@ TARGET=libtsdll.dylib
COMPILE="$common "
LINK=" -dynamiclib -o libtsdll.dylib "
;;