diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-13 19:05:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-13 19:05:35 +0800 |
commit | 77042da9611fa77d67cbce6e5bf086cf98080284 (patch) | |
tree | e091173a239079282191a7ef22c9a766d4e1ca31 | |
parent | 7e71335a8cda010e79b9a6838c2355342699fc44 (diff) | |
download | freebsd-ports-gnome-77042da9611fa77d67cbce6e5bf086cf98080284.tar.gz freebsd-ports-gnome-77042da9611fa77d67cbce6e5bf086cf98080284.tar.zst freebsd-ports-gnome-77042da9611fa77d67cbce6e5bf086cf98080284.zip |
- BROKEN does not build on ia64
PR: ports/103217
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> (maintainer)
-rw-r--r-- | x11/elicit/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/elicit/Makefile b/x11/elicit/Makefile index 45722abb94d0..9365be96e0d8 100644 --- a/x11/elicit/Makefile +++ b/x11/elicit/Makefile @@ -29,4 +29,9 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" +BROKEN= edje is broken on ia64 +.endif + +.include <bsd.port.post.mk> |