Don my seldom-used multimedia hat, and fix the %%LOCALBASE%% substitution
in configure.
This commit is contained in:
parent
a5a7503584
commit
7a8d0ac274
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235003
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= transcode
|
||||
PORTVERSION= 1.0.6
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://transcode.kabewm.com/ \
|
||||
http://fromani.exit1.org/
|
||||
|
@ -284,6 +284,7 @@ post-patch:
|
|||
|
||||
@${REINPLACE_CMD} -E -e 's|(-la52)|\1 ${LIBA52_DEP_LIBS}|g ; \
|
||||
s|FFMPEG_VERSION|LIBAVCODEC_IDENT|g ; \
|
||||
s|%%LOCALBASE%%|${LOCALBASE}|g ; \
|
||||
s|-lMagick|-lMagickCore|g' \
|
||||
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
|
|
Loading…
Reference in a new issue