diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-01-18 04:23:18 +0800 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-01-18 04:23:18 +0800 |
commit | 900a3c3e70ccc80fbe0dcb987777496084e282e4 (patch) | |
tree | 037520dc5c6a09a527a71c072a9e6adfc556599c | |
parent | a4335ae0c0b98108ada5d86a2db24af234ed755f (diff) | |
download | freebsd-ports-gnome-900a3c3e70ccc80fbe0dcb987777496084e282e4.tar.gz freebsd-ports-gnome-900a3c3e70ccc80fbe0dcb987777496084e282e4.tar.zst freebsd-ports-gnome-900a3c3e70ccc80fbe0dcb987777496084e282e4.zip |
- Disable pthreads for now
Requested by: Thomas E. Zander <riggs@rrr.de>
-rw-r--r-- | multimedia/x264-devel/Makefile | 10 | ||||
-rw-r--r-- | multimedia/x264/Makefile | 10 |
2 files changed, 12 insertions, 8 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}|' \ diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index a3c4ec04ebce..0d6fbb9f8bd1 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/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}|' \ |