summaryrefslogtreecommitdiff
path: root/multimedia/x264-devel
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-01-17 20:23:18 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-01-17 20:23:18 +0000
commit900a3c3e70ccc80fbe0dcb987777496084e282e4 (patch)
tree037520dc5c6a09a527a71c072a9e6adfc556599c /multimedia/x264-devel
parent- Fix cutlass after security/botan update (see ports/91072) (diff)
- Disable pthreads for now
Requested by: Thomas E. Zander <riggs@rrr.de>
Notes
Notes: svn path=/head/; revision=153754
Diffstat (limited to 'multimedia/x264-devel')
-rw-r--r--multimedia/x264-devel/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/multimedia/x264-devel/Makefile b/multimedia/x264-devel/Makefile
index a3c4ec04ebce..0d6fbb9f8bd1 100644
--- a/multimedia/x264-devel/Makefile
+++ b/multimedia/x264-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= x264
PORTVERSION= 0.0.20060112
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://downloads.videolan.org/pub/videolan/x264/snapshots/
DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245
@@ -37,7 +38,8 @@ OPTIONS= GPAC "Enable MPEG-4 Output" On \
X11_OUTPUT "Enable X11 Output" Off
CONFIGURE_ARGS+= --extra-cflags="${CPPFLAGS} ${CFLAGS} -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \
- --extra-ldflags="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib"
+ --extra-ldflags="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib" \
+ --disable-pthread
.include <bsd.port.pre.mk>
@@ -69,9 +71,9 @@ CONFIGURE_ARGS+= --enable-visualize
USE_XLIB= yes
.endif
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
- ${WRKSRC}/configure
+#post-patch:
+# @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
+# ${WRKSRC}/configure
pre-install:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \