aboutsummaryrefslogtreecommitdiff
path: root/print/pslib/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-03 06:34:06 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-07-03 06:34:06 +0000
commitf1b14d999171c38775890e7d3a0cc84bc7d8ec5f (patch)
tree6771ff69e500f60cf4c224350851f3f11160af6d /print/pslib/Makefile
parent903c215282f9ed5c7d9a226238d3626e98ff656b (diff)
downloadports-f1b14d999171c38775890e7d3a0cc84bc7d8ec5f.tar.gz
ports-f1b14d999171c38775890e7d3a0cc84bc7d8ec5f.zip
Mark as BROKEN on sparc64: fails to compile.
Notes
Notes: svn path=/head/; revision=166807
Diffstat (limited to 'print/pslib/Makefile')
-rw-r--r--print/pslib/Makefile8
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>