svn commit: r392653 - head/sysutils/heirloom

Cy Schubert cy at FreeBSD.org
Wed Jul 22 01:37:05 UTC 2015


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
 


More information about the svn-ports-head mailing list