Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2015 01:37:04 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392653 - head/sysutils/heirloom
Message-ID:  <201507220137.t6M1b4uv064421@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Jul 22 01:37:04 2015
New Revision: 392653
URL: https://svnweb.freebsd.org/changeset/ports/392653

Log:
  Fix powerpc build.
  
  Submitted by:	danfe

Modified:
  head/sysutils/heirloom/Makefile

Modified: head/sysutils/heirloom/Makefile
==============================================================================
--- head/sysutils/heirloom/Makefile	Wed Jul 22 01:05:25 2015	(r392652)
+++ head/sysutils/heirloom/Makefile	Wed Jul 22 01:37:04 2015	(r392653)
@@ -28,10 +28,6 @@ OPTIONS_DEFINE=	DOCS
 EXTRA_PATCHES=	${FILESDIR}/extra-utmpx
 .endif
 
-.if ${ARCH} == "powerpc"
-BROKEN=		does not compile on ${ARCH}
-.endif
-
 SH2FIX=		maninst.sh genintro.sh crossln.sh
 
 DOC_FILES=	CHANGES LICENSE/COPYING LICENSE/LICENSE LICENSE/LUCENT \
@@ -54,7 +50,7 @@ pre-configure:
 # XXX: hack to avoid inner race (for -jX builds); should be fixed properly
 # one day (e.g. by factoring out special target in the top makefile)
 pre-build:
-	${MAKE} -C ${WRKSRC}/libcommon -f Makefile.mk headers
+	${MAKE_CMD} -C ${WRKSRC}/libcommon -f Makefile.mk headers
 
 post-install: install-doc
 



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