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

(-)Makefile (+4 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	gpsd
8
PORTNAME=	gpsd
9
PORTVERSION=	3.6
9
PORTVERSION=	3.6
10
PORTREVISION=	1
10
CATEGORIES=	astro geography
11
CATEGORIES=	astro geography
11
MASTER_SITES=	SAVANNAH
12
MASTER_SITES=	SAVANNAH
12
13
Lines 268-273 Link Here
268
SCONS_ARGS+=	profiling=yes
269
SCONS_ARGS+=	profiling=yes
269
.endif
270
.endif
270
271
272
post-patch:
273
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/Qgpsmm.pc.in
274
271
# generates .py[co] files for installed modules
275
# generates .py[co] files for installed modules
272
# if that's not done, ${PYTHON_SITELIBDIR}/gps will be polluted
276
# if that's not done, ${PYTHON_SITELIBDIR}/gps will be polluted
273
# with these files when module is imported from root user
277
# with these files when module is imported from root user

Return to bug 170510