1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

make clang happy.

Feature safe:	yes
This commit is contained in:
Vanilla I. Shu 2010-07-01 03:29:14 +00:00
parent f26f74c505
commit 6fe83a58bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257235

View File

@ -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)