aboutsummaryrefslogtreecommitdiffstats
path: root/science/elmerpost/Makefile
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2009-02-19 19:48:13 +0800
committeraraujo <araujo@FreeBSD.org>2009-02-19 19:48:13 +0800
commita65d7685a5db75e3e1cd2b36a84bcdffd12a655b (patch)
tree6e44e5007b92a44bcde9e11685920aafd400c7dd /science/elmerpost/Makefile
parent343cfdb904054a0e4e52070b553a62fa1ff65179 (diff)
downloadfreebsd-ports-gnome-a65d7685a5db75e3e1cd2b36a84bcdffd12a655b.tar.gz
freebsd-ports-gnome-a65d7685a5db75e3e1cd2b36a84bcdffd12a655b.tar.zst
freebsd-ports-gnome-a65d7685a5db75e3e1cd2b36a84bcdffd12a655b.zip
- Mark as BROKEN, both doesn't compile on amd64.
Reported by: pav (pointyhat)
Diffstat (limited to 'science/elmerpost/Makefile')
-rw-r--r--science/elmerpost/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/science/elmerpost/Makefile b/science/elmerpost/Makefile
index 1955cc3ec4bb..53e3af133adf 100644
--- a/science/elmerpost/Makefile
+++ b/science/elmerpost/Makefile
@@ -32,9 +32,8 @@ USE_FORTRAN= yes
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-CFLAGS+= -fPIC
-FFLAGS+= -fPIC
+.if ${ARCH} == "amd64"
+BROKEN= Does not compile on amd64
.endif
.include <bsd.port.post.mk>