diff options
author | netchild <netchild@FreeBSD.org> | 2010-09-27 18:10:45 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2010-09-27 18:10:45 +0800 |
commit | 68cc1b6a63810980ad7761f5630d57c6469c27a0 (patch) | |
tree | 5481b9481f5fe8c1eb6068113b6340dc861335b1 /astro/fowsr/Makefile | |
parent | fcb724347653f3466b2a1d1196363b48f77b5f16 (diff) | |
download | freebsd-ports-gnome-68cc1b6a63810980ad7761f5630d57c6469c27a0.tar.gz freebsd-ports-gnome-68cc1b6a63810980ad7761f5630d57c6469c27a0.tar.zst freebsd-ports-gnome-68cc1b6a63810980ad7761f5630d57c6469c27a0.zip |
Remove BROKEN, the Makefile revision which triggered the addition was
older than the revision which got the BROKEN-mark. This should build
on sparc64 (all other osversions and architectures which exhibited the
same error do not show this error anymore as of this writting).
Discussed with: linimon
Diffstat (limited to 'astro/fowsr/Makefile')
-rw-r--r-- | astro/fowsr/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/astro/fowsr/Makefile b/astro/fowsr/Makefile index 6e9578860b79..703bfc341f44 100644 --- a/astro/fowsr/Makefile +++ b/astro/fowsr/Makefile @@ -43,8 +43,4 @@ LDFLAGS+= "-L${PREFIX}/lib" MAKE_ENV+= "LDFLAGS=${LDFLAGS}" .endif -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - .include <bsd.port.post.mk> |