mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
math/scilab:
- Fix fortran bindings PR: 180409 Reported by: 1wkmmr@gmail.com
This commit is contained in:
parent
8ca1dc2c06
commit
e1745d315a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363090
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= scilab
|
||||
PORTVERSION= 5.3.3
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= math cad parallel java
|
||||
MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/:scilab \
|
||||
http://www.predatorlabs.net/dl/:jgraphx \
|
||||
@ -217,6 +217,7 @@ post-patch:
|
||||
@# Run fixes
|
||||
@${REINPLACE_CMD} -e 's|%%JAVALIBDIR%%|${JAVALIBDIR}|' ${WRKSRC}/etc/librarypath.xml
|
||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/etc/librarypath.xml
|
||||
@${REINPLACE_CMD} -e 's, gfortran, ${FC},' ${WRKSRC}/modules/dynamic_link/src/scripts/configure
|
||||
.if ${PORT_OPTIONS:MGUI}
|
||||
@# Configure fixes
|
||||
@${REINPLACE_CMD} -e 's|/usr/lib/java|${JAVALIBDIR}|g' ${WRKSRC}/configure
|
||||
|
Loading…
Reference in New Issue
Block a user