View | Details | Raw Unified | Return to bug 192821
Collapse All | Expand All

(-)Makefile (working copy) (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=      protobuf
4
PORTNAME=      protobuf
5
PORTVERSION=   2.5.0
5
PORTVERSION=   2.5.0
6
PORTREVISION=  2
6
PORTREVISION=  3
7
CATEGORIES=    devel
7
CATEGORIES=    devel
8
MASTER_SITES=  ${MASTER_SITE_GOOGLE_CODE}
8
MASTER_SITES=  ${MASTER_SITE_GOOGLE_CODE}
9
9
Lines 17-23 Link Here
17
17
18
# clang will generate code that just doesn't work with clementine-player
18
# clang will generate code that just doesn't work with clementine-player
19
# if this isn't compiled as though it were C99.
19
# if this isn't compiled as though it were C99.
20
CFLAGS+=       -std=c99
20
CFLAGS+=       -std=c99 -DGOOGLE_PROTOBUF_NO_RTTI
21
21
22
post-install:
22
post-install:
23
       ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libprotobuf-lite.so.8
23
       ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libprotobuf-lite.so.8

Return to bug 192821