svn commit: r489839 - head/math/lp_solve

Mark Linimon linimon at FreeBSD.org
Wed Jan 9 22:52:20 UTC 2019


Author: linimon
Date: Wed Jan  9 22:52:18 2019
New Revision: 489839
URL: https://svnweb.freebsd.org/changeset/ports/489839

Log:
  Enable support for powerpcspe.
  
  PR:		234774
  Submitted by:	jhibbits
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/lp_solve/Makefile

Modified: head/math/lp_solve/Makefile
==============================================================================
--- head/math/lp_solve/Makefile	Wed Jan  9 22:49:10 2019	(r489838)
+++ head/math/lp_solve/Makefile	Wed Jan  9 22:52:18 2019	(r489839)
@@ -20,7 +20,8 @@ BUILDENV=	${SETENV} TMPDIR="${WRKDIR}"
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == mips || ${ARCH} == powerpc
+.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == mips || \
+	${ARCH} == powerpc || ${ARCH} == powerpcspe
 LPSOLVE_ARCH=	ux32
 .else
 LPSOLVE_ARCH=	ux64


More information about the svn-ports-head mailing list