Date: Thu, 14 May 2015 12:08:39 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386329 - head/lang/swi-pl Message-ID: <201505141208.t4EC8dWb086708@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505141208.t4EC8dWb086708>