diff options
author | linimon <linimon@FreeBSD.org> | 2011-12-22 19:10:07 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-12-22 19:10:07 +0800 |
commit | 36b0640f4808cda38430a083dd26cf50bca2ed79 (patch) | |
tree | f76dc8ec3e290a48d6e445278cba61a5cdf4e966 /graphics | |
parent | ab4694575b833227e7c503b013b2611e1857d4c5 (diff) | |
download | freebsd-ports-gnome-36b0640f4808cda38430a083dd26cf50bca2ed79.tar.gz freebsd-ports-gnome-36b0640f4808cda38430a083dd26cf50bca2ed79.tar.zst freebsd-ports-gnome-36b0640f4808cda38430a083dd26cf50bca2ed79.zip |
Mark as broke on sparc64-9: fails to load.
Hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/f90gl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/f90gl/Makefile b/graphics/f90gl/Makefile index 0422612912f2..bec59b6ed241 100644 --- a/graphics/f90gl/Makefile +++ b/graphics/f90gl/Makefile @@ -35,6 +35,10 @@ FPIC= -fPIC .else FPIC= -fpic .endif +.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000 +BROKEN= Does not load on sparc64-9 +.endif + SVERSION=1 WRKSRC_SHARED=${WRKSRC}_shared CFLAGS_SHARED=${CFLAGS} ${FPIC} |