diff options
author | araujo <araujo@FreeBSD.org> | 2009-02-19 19:48:13 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-02-19 19:48:13 +0800 |
commit | a65d7685a5db75e3e1cd2b36a84bcdffd12a655b (patch) | |
tree | 6e44e5007b92a44bcde9e11685920aafd400c7dd /science | |
parent | 343cfdb904054a0e4e52070b553a62fa1ff65179 (diff) | |
download | freebsd-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')
-rw-r--r-- | science/elmer-meshgen2d/Makefile | 8 | ||||
-rw-r--r-- | science/elmerpost/Makefile | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/science/elmer-meshgen2d/Makefile b/science/elmer-meshgen2d/Makefile index 17fc7a7717e8..2fead1e3dc01 100644 --- a/science/elmer-meshgen2d/Makefile +++ b/science/elmer-meshgen2d/Makefile @@ -23,4 +23,10 @@ ALL_TARGET= PLIST_FILES= bin/ElmerMesh2D \ bin/Mesh2D -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= Does not compile on amd64 +.endif + +.include <bsd.port.post.mk> 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> |