svn commit: r483245 - head/biology/stacks

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 08:58:01 UTC 2018


Author: linimon
Date: Sun Oct 28 08:58:00 2018
New Revision: 483245
URL: https://svnweb.freebsd.org/changeset/ports/483245

Log:
  Fix build with tier-2 arches.
  
  PR:		231448
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/biology/stacks/Makefile

Modified: head/biology/stacks/Makefile
==============================================================================
--- head/biology/stacks/Makefile	Sun Oct 28 08:56:24 2018	(r483244)
+++ head/biology/stacks/Makefile	Sun Oct 28 08:58:00 2018	(r483245)
@@ -18,4 +18,10 @@ GNU_CONFIGURE=	yes
 
 LDFLAGS+=	-lpthread
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != amd64 && ${ARCH} != i386
+USE_GCC=        yes
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list