svn commit: r386329 - head/lang/swi-pl

Johan van Selst johans at FreeBSD.org
Thu May 14 12:08:39 UTC 2015


Author: johans
Date: Thu May 14 12:08:38 2015
New Revision: 386329
URL: https://svnweb.freebsd.org/changeset/ports/386329

Log:
  Fix build on armv6
  
  PR:		200119
  Submitted by:	mikael.urankar at gmail.com

Modified:
  head/lang/swi-pl/Makefile

Modified: head/lang/swi-pl/Makefile
==============================================================================
--- head/lang/swi-pl/Makefile	Thu May 14 12:08:12 2015	(r386328)
+++ head/lang/swi-pl/Makefile	Thu May 14 12:08:38 2015	(r386329)
@@ -41,7 +41,7 @@ PLIST_SUB=	DISTNAME=${SWIPLDIR} ARCH=${A
 
 .include <bsd.port.pre.mk>
 
-.if (${ARCH} == "i386" || ${ARCH} == "powerpc")
+.if (${ARCH} == "i386" || ${ARCH} == "powerpc" || ${ARCH} == "armv6")
 PLIST_SUB+=	BITS=32
 .else
 PLIST_SUB+=	BITS=64


More information about the svn-ports-all mailing list