svn commit: r346849 - head/math/octave-forge-msh

Stephen Montgomery-Smith stephen at FreeBSD.org
Mon Mar 3 02:58:11 UTC 2014


Author: stephen
Date: Mon Mar  3 02:58:10 2014
New Revision: 346849
URL: http://svnweb.freebsd.org/changeset/ports/346849
QAT: https://qat.redports.org/buildarchive/r346849/

Log:
  - Patch Makefile.in because mkoctfile cannot handle the -B option included
    in $(LDFLAGS).

Modified:
  head/math/octave-forge-msh/Makefile

Modified: head/math/octave-forge-msh/Makefile
==============================================================================
--- head/math/octave-forge-msh/Makefile	Mon Mar  3 02:40:53 2014	(r346848)
+++ head/math/octave-forge-msh/Makefile	Mon Mar  3 02:58:10 2014	(r346849)
@@ -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}


More information about the svn-ports-all mailing list