aboutsummaryrefslogtreecommitdiff
path: root/devel/protobuf
diff options
context:
space:
mode:
Diffstat (limited to 'devel/protobuf')
-rw-r--r--devel/protobuf/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile
index 62e2116b936d..f0a355cede97 100644
--- a/devel/protobuf/Makefile
+++ b/devel/protobuf/Makefile
@@ -8,6 +8,7 @@
PORTNAME= protobuf
PORTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -20,6 +21,9 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GNOME= gnomehack pkgconfig
+post-patch:
+ @${REINPLACE_CMD} -e 's|GREP "\\-L"|GREP "bin/ld"|g' ${WRKSRC}/configure
+
tests: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)