svn commit: r390709 - head/astro/libgal

Baptiste Daroussin bapt at FreeBSD.org
Sat Jun 27 14:25:20 UTC 2015


Author: bapt
Date: Sat Jun 27 14:25:19 2015
New Revision: 390709
URL: https://svnweb.freebsd.org/changeset/ports/390709

Log:
  Use broken helpers

Modified:
  head/astro/libgal/Makefile

Modified: head/astro/libgal/Makefile
==============================================================================
--- head/astro/libgal/Makefile	Sat Jun 27 14:21:12 2015	(r390708)
+++ head/astro/libgal/Makefile	Sat Jun 27 14:25:19 2015	(r390709)
@@ -16,12 +16,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --sysconfdir=${PREFIX} --enable-shared=yes
 USE_LDCONFIG=	yes
 
-.include <bsd.port.pre.mk>
+BROKEN_powerpc=	Does not compile on powerpc: invokes i386 asm
+BROKEN_sparc64=	Does not compile on sparc64: gcc coredump
 
-.if ${ARCH} == "powerpc"
-BROKEN=		Does not compile on powerpc: invokes i386 asm
-.elif ${ARCH} == "sparc64"
-BROKEN=		Does not compile on sparc64: gcc coredump
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list