aboutsummaryrefslogtreecommitdiff
path: root/databases/kyotocabinet/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-30 09:08:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-30 09:08:08 +0000
commitf6144636aca5f5d38a1010eaca117442e16d6d38 (patch)
treef3249c02f3eed9f948933bd038f84fcb3b40a5b1 /databases/kyotocabinet/Makefile
parenta2bfde69101ad289afa64b9f09b3686c6021820c (diff)
downloadports-f6144636aca5f5d38a1010eaca117442e16d6d38.tar.gz
ports-f6144636aca5f5d38a1010eaca117442e16d6d38.zip
Notes
Diffstat (limited to 'databases/kyotocabinet/Makefile')
-rw-r--r--databases/kyotocabinet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/kyotocabinet/Makefile b/databases/kyotocabinet/Makefile
index cf10c56c06ef..27dfc8af4e19 100644
--- a/databases/kyotocabinet/Makefile
+++ b/databases/kyotocabinet/Makefile
@@ -3,6 +3,7 @@
PORTNAME= kyotocabinet
PORTVERSION= 1.2.76
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://fallabs.com/${PORTNAME}/pkg/ \
LOCAL/sunpoet
@@ -18,7 +19,6 @@ CPPFLAGS+= -fPIC
GNU_CONFIGURE= yes
MAKE_ARGS= PCDIR=${PREFIX}/libdata/pkgconfig
REINPLACE_ARGS= -i ''
-USE_GCC= any
USE_LDCONFIG= yes
USES= gmake
@@ -28,6 +28,7 @@ NOT_FOR_ARCHS_REASON= does not link
.include <bsd.port.pre.mk>
post-patch:
+ @${REINPLACE_CMD} -e 's|-lstdc++ ||g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile ${WRKSRC}/lab/kcdict/Makefile
.if !${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -e '/DOCDIR/d' ${WRKSRC}/Makefile.in
.endif