diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-01-15 00:08:25 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-01-15 00:08:25 +0800 |
commit | 0f9bcfd6a171291649f515f9b797166f15b2b9a3 (patch) | |
tree | 5debc7f066028e8c2ffe7f9f3507228bd4af3f4b /devel/libcwd | |
parent | d0aaac60798b02397e723cab84819f9448c5b12a (diff) | |
download | freebsd-ports-gnome-0f9bcfd6a171291649f515f9b797166f15b2b9a3.tar.gz freebsd-ports-gnome-0f9bcfd6a171291649f515f9b797166f15b2b9a3.tar.zst freebsd-ports-gnome-0f9bcfd6a171291649f515f9b797166f15b2b9a3.zip |
- Mark as BROKEN for sparc64
- Remove 4.X cruft while I am here
Diffstat (limited to 'devel/libcwd')
-rw-r--r-- | devel/libcwd/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |