diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-03 14:34:06 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-03 14:34:06 +0800 |
commit | 8afa8ded933381e004b186351ac6ff1aecf8c5c5 (patch) | |
tree | 3b6739bc78d538e787b15c76d6830683ee24d383 /print/pslib | |
parent | c0e7e4141494cf81aa91428aab550693e3a9a180 (diff) | |
download | freebsd-ports-gnome-8afa8ded933381e004b186351ac6ff1aecf8c5c5.tar.gz freebsd-ports-gnome-8afa8ded933381e004b186351ac6ff1aecf8c5c5.tar.zst freebsd-ports-gnome-8afa8ded933381e004b186351ac6ff1aecf8c5c5.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> |