aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-07-31 22:43:27 +0800
committerMichael Johnson <ahze@FreeBSD.org>2007-07-31 22:43:27 +0800
commitbca767f69627556482d5fe681b772061a401c824 (patch)
treeceaa20c32cac2ca51cf1bc1184a7c0029d9b85f9 /multimedia
parentb39b792f7469d1590df1224e29cc80afb9a5d8ae (diff)
downloadfreebsd-ports-gnome-bca767f69627556482d5fe681b772061a401c824.tar.gz
freebsd-ports-gnome-bca767f69627556482d5fe681b772061a401c824.tar.zst
freebsd-ports-gnome-bca767f69627556482d5fe681b772061a401c824.zip
Fix patch for users of FreeBSD 6.0 and older
PR: ports/115079 Reported by: tatsuki_makino@hotmail.com
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ffmpeg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index ac2f68ec2a97..ea9cfd452a07 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -237,7 +237,7 @@ post-patch:
.if ${OSVERSION} <= 601000
@${REINPLACE_CMD} -E \
-e 's| log2| log|' \
- ${WRKSRC}/libavcodec/x264.c
+ ${WRKSRC}/libavcodec/libx264.c
.endif
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/common.mak