Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2014 07:06:31 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339483 - head/math/octave-forge-xraylib
Message-ID:  <201401120706.s0C76Ve9081546@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401120706.s0C76Ve9081546>