svn commit: r339483 - head/math/octave-forge-xraylib

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun Jan 12 07:06:31 UTC 2014


Author: stephen
Date: Sun Jan 12 07:06:31 2014
New Revision: 339483
URL: http://svnweb.freebsd.org/changeset/ports/339483

Log:
  - Make build work with FreeBSD-10.
  
  Reference:	http://beefy1.isc.freebsd.org/bulk/10i386-quarterly/2014-01-08_01h06m10s/logs/octave-forge-xraylib-1.0.8_8.log
  Reported by:	pkg-fallout at FreeBSD.org

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

Modified: head/math/octave-forge-xraylib/Makefile
==============================================================================
--- head/math/octave-forge-xraylib/Makefile	Sun Jan 12 05:12:19 2014	(r339482)
+++ head/math/octave-forge-xraylib/Makefile	Sun Jan 12 07:06:31 2014	(r339483)
@@ -19,6 +19,7 @@ post-patch:
 	@${REINPLACE_CMD} s+/bin/bash+${LOCALBASE}/bin/bash+g ${WRKSRC}/src/xraylib/src/Makefile
 	@${REINPLACE_CMD} s+/bin/bash+${LOCALBASE}/bin/bash+g ${WRKSRC}/src/xraylib/bin/xraylib
 	@${REINPLACE_CMD} s+/bin/bash+${LOCALBASE}/bin/bash+g ${WRKSRC}/src/xraylib/*.sh
+	@${REINPLACE_CMD} s/^CC/\#CC/ ${WRKSRC}/src/xraylib/src/Makefile
 
 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list