diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-03 14:34:06 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-03 14:34:06 +0800 |
commit | f1b14d999171c38775890e7d3a0cc84bc7d8ec5f (patch) | |
tree | 6771ff69e500f60cf4c224350851f3f11160af6d /print/pslib | |
parent | 903c215282f9ed5c7d9a226238d3626e98ff656b (diff) | |
download | freebsd-ports-gnome-f1b14d999171c38775890e7d3a0cc84bc7d8ec5f.tar.gz freebsd-ports-gnome-f1b14d999171c38775890e7d3a0cc84bc7d8ec5f.tar.zst freebsd-ports-gnome-f1b14d999171c38775890e7d3a0cc84bc7d8ec5f.zip |
Mark as BROKEN on sparc64: fails to compile.
Diffstat (limited to 'print/pslib')
-rw-r--r-- | print/pslib/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/print/pslib/Makefile b/print/pslib/Makefile index 005124f9e78c..2dcc5bc9999d 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -28,6 +28,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ ac_cv_prog_DOC_TO_MAN="" INSTALLS_SHLIB= yes +.include <bsd.port.pre.mk> + +.if ${ARCH}==sparc64 +BROKEN= does not compile on ${ARCH} +.endif + .if defined(WITHOUT_NLS) CONFIGURE_ENV+= ac_cv_header_libintl_h=no PLIST_SUB+= NLS="@comment " @@ -41,4 +47,4 @@ post-patch: @${REINPLACE_CMD} -e 's|@USE_NLS@|no|g' ${WRKSRC}/po/Makefile.in.in .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |