Index: head/astro/libgal/Makefile =================================================================== --- head/astro/libgal/Makefile (revision 390708) +++ head/astro/libgal/Makefile (revision 390709) @@ -1,27 +1,22 @@ # Created by: db # $FreeBSD$ PORTNAME= libgal PORTVERSION= 0.5.0 PORTREVISION= 1 CATEGORIES= astro hamradio MASTER_SITES= http://homepage.mac.com/pclwillmott/GAL/ \ LOCAL/db MAINTAINER= db@FreeBSD.org COMMENT= General Astrodynamics Library USES= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} --enable-shared=yes USE_LDCONFIG= yes -.include +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 +.include