summaryrefslogtreecommitdiff
path: root/devel/libcwd
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2008-01-14 16:08:25 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2008-01-14 16:08:25 +0000
commit4fe8d17665a8ed727518a02b46e262a8e9b774a2 (patch)
tree62de92291fd62223b84507be67826b8ec58947a7 /devel/libcwd
parent- This vulnerability exists in PHP versions prior to 4.4.8, not (diff)
- Mark as BROKEN for sparc64
- Remove 4.X cruft while I am here
Notes
Notes: svn path=/head/; revision=205657
Diffstat (limited to 'devel/libcwd')
-rw-r--r--devel/libcwd/Makefile9
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>