View | Details | Raw Unified | Return to bug 286608 | Differences between
and this patch

Collapse All | Expand All

(-)b/audio/jack/Makefile (-2 / +4 lines)
Lines 5-11 PORTREVISION= 3 Link Here
5
CATEGORIES=	audio
5
CATEGORIES=	audio
6
6
7
PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
7
PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
8
PATCHFILES=	250420381b1a6974798939ad7104ab1a4b9a9994.patch:-p1
9
8
10
MAINTAINER=	dev@submerge.ch
9
MAINTAINER=	dev@submerge.ch
11
COMMENT=	Low latency audio server
10
COMMENT=	Low latency audio server
Lines 68-73 PLIST_SUB+= CLASSIC="@comment " Link Here
68
PLIST_SUB+=	CLASSIC=""
67
PLIST_SUB+=	CLASSIC=""
69
.endif
68
.endif
70
69
70
.if ! ${PORT_OPTIONS:MSOSSO}
71
PATCHFILES=	250420381b1a6974798939ad7104ab1a4b9a9994.patch:-p1
72
.endif
73
71
post-install:
74
post-install:
72
	@cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} \
75
	@cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} \
73
		lib/libjack*.so \
76
		lib/libjack*.so \
74
- 

Return to bug 286608