1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Patch Makefile.in because mkoctfile cannot handle the -B option included

in $(LDFLAGS).
This commit is contained in:
Stephen Montgomery-Smith 2014-03-03 02:58:10 +00:00
parent 44b68a3a4c
commit 97ebe31869
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346849

View File

@ -22,6 +22,9 @@ RUN_DEPENDS+= gmsh:${PORTSDIR}/cad/gmsh
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
post-patch:
${REINPLACE_CMD} 's/ $$(LDFLAGS)//' ${WRKSRC}/Makefile.in
post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}