ports/lang/J/files/patch-jlibrary_system_main_regex.ijs
Kurt Jaeger 1fea71bce4 lang/J: update 806 -> 808
- builds on 10.3 now

PR:		227395
Submitted by:	Joao Neves <sevenjp@gmail.com> (maintainer)
2018-04-17 16:52:17 +00:00

10 lines
416 B
J

--- jlibrary/system/main/regex.ijs.orig 2018-03-07 18:59:01 UTC
+++ jlibrary/system/main/regex.ijs
@@ -101,6 +101,7 @@ NB. rxdll is in bin or tools/regex
select. UNAME
case. 'Win' do. t=. 'jpcre.dll'
case. 'Darwin' do. t=. 'libjpcre.dylib'
+case. 'FreeBSD' do. t=. 'libpcreposix.so'
fcase. 'Linux' do.
if. 2 0-:('libpcreposix.so.3 dummyfunction n')&(15!:0) ::(15!:10) '' do.
rxdll=: 'libpcreposix.so.3'