Lines 87-94
Link Here
|
87 |
XVIDEO_CMAKE_BOOL= ENABLE_X11 ENABLE_XV |
87 |
XVIDEO_CMAKE_BOOL= ENABLE_X11 ENABLE_XV |
88 |
XVIDEO_USE= XORG=xorgproto,x11,xv |
88 |
XVIDEO_USE= XORG=xorgproto,x11,xv |
89 |
|
89 |
|
|
|
90 |
.include <bsd.port.pre.mk> |
91 |
|
90 |
post-patch: |
92 |
post-patch: |
91 |
@${REINPLACE_CMD} 's,gsm/gsm\.h,gsm.h,' \ |
93 |
@${REINPLACE_CMD} 's,gsm/gsm\.h,gsm.h,' \ |
92 |
${WRKSRC}/cmake/FindGSM.cmake ${WRKSRC}/src/audiofilters/gsm.c |
94 |
${WRKSRC}/cmake/FindGSM.cmake ${WRKSRC}/src/audiofilters/gsm.c |
|
|
95 |
.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64 |
96 |
@${REINPLACE_CMD} '/-Wno-format-truncation/d' ${WRKSRC}/CMakeLists.txt |
97 |
.endif |
93 |
|
98 |
|
94 |
.include <bsd.port.mk> |
99 |
.include <bsd.port.post.mk> |