aboutsummaryrefslogtreecommitdiff
path: root/multimedia/x264/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-05-22 01:37:16 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-05-22 01:37:16 +0000
commit9d4d81d80b5bafb853d1e89cec512261fbda34d8 (patch)
treefe0a1ce21dbcae4d4ccc1644171282342261dc35 /multimedia/x264/Makefile
parent2444a9f40751e581cff93cda6fb755ad11bd14f9 (diff)
downloadports-9d4d81d80b5bafb853d1e89cec512261fbda34d8.tar.gz
ports-9d4d81d80b5bafb853d1e89cec512261fbda34d8.zip
- Update to 0.0.20060521
- Enable pthreads
Notes
Notes: svn path=/head/; revision=163060
Diffstat (limited to 'multimedia/x264/Makefile')
-rw-r--r--multimedia/x264/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile
index e510563b6d62..88d2fa04857f 100644
--- a/multimedia/x264/Makefile
+++ b/multimedia/x264/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= x264
-PORTVERSION= 0.0.20060509
+PORTVERSION= 0.0.20060521
CATEGORIES= multimedia
MASTER_SITES= http://downloads.videolan.org/pub/videolan/x264/snapshots/
DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245
@@ -36,7 +36,6 @@ OPTIONS= GPAC "Enable MPEG-4 Output" On \
CONFIGURE_ARGS+= --extra-cflags="${CPPFLAGS} ${CFLAGS} -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \
--extra-ldflags="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib" \
- --disable-pthread \
--enable-shared
.include <bsd.port.pre.mk>
@@ -72,7 +71,8 @@ USE_XLIB= yes
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
+ @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|; \
+ s|-lpthread|${PTHREAD_LIBS}|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/Makefile