1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Strip ^M ni a file so that patch applies correctly.

PR:		ports/78909
Submitted by:	Sven Berkvens-Matthijsse <sven@berkvens.net>
This commit is contained in:
Florent Thoumie 2005-03-16 12:21:57 +00:00
parent 587e705e9d
commit 38bd2443e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131391

View File

@ -104,6 +104,10 @@ LIB_DEPENDS+= faac.0:${PORTSDIR}/audio/faac
LIB_DEPENDS+= faad.0:${PORTSDIR}/audio/faad
.endif
post-extract:
@${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' \
${WRKSRC}/avidemux/ADM_mplex/ADM_mplexout.cpp
post-patch:
@${TOUCH} ${WRKSRC}/*
@${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure ${WRKSRC}/*/*/Makefile