summaryrefslogtreecommitdiff
path: root/security/hashish
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:41:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:41:56 +0000
commit787cd838778261d69e4b1dd287b2ed727dc9b3a3 (patch)
treeeb7726941b153d7eda01f052446d231f7b1fc11f /security/hashish
parentFix build on 5.1 (remove port's conflicting definition of float_t) (diff)
BROKEN on 5.1: bad C++
Notes
Notes: svn path=/head/; revision=81217
Diffstat (limited to 'security/hashish')
-rw-r--r--security/hashish/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/hashish/Makefile b/security/hashish/Makefile
index 8be8f7f28403..f135156ebff8 100644
--- a/security/hashish/Makefile
+++ b/security/hashish/Makefile
@@ -20,6 +20,12 @@ COMMENT= A file and string hashing utility
BUILD_DEPENDS= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp
LIB_DEPENDS= wx_gtk:${PORTSDIR}/x11-toolkits/wxgtk-devel
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/Hashish
CFLAGS+= -I${LOCALBASE}/include
@@ -34,4 +40,4 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hashish ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>