From 0f9bcfd6a171291649f515f9b797166f15b2b9a3 Mon Sep 17 00:00:00 2001 From: tabthorpe Date: Mon, 14 Jan 2008 16:08:25 +0000 Subject: - Mark as BROKEN for sparc64 - Remove 4.X cruft while I am here --- devel/libcwd/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'devel/libcwd') diff --git a/devel/libcwd/Makefile b/devel/libcwd/Makefile index cdc6aba64dc0..43c7c8a11353 100644 --- a/devel/libcwd/Makefile +++ b/devel/libcwd/Makefile @@ -19,7 +19,12 @@ CONFIGURE_ARGS= --disable-threading USE_GMAKE= yes USE_GNOME= pkgconfig USE_LDCONFIG= yes -USE_GETOPT_LONG=yes + +.include + +.if ${ARCH} == "sparc64" +BROKEN= does not compile on sparc64 +.endif post-patch: @${REINPLACE_CMD} -e 's,test x"\$$libcwd_config_alloc" = x"yes",false,g' \ @@ -37,4 +42,4 @@ post-patch: pre-configure: @${CP} ${LTMAIN} ${WRKSRC} -.include +.include -- cgit