diff options
author | abs <abs@pkgsrc.org> | 2007-02-01 11:55:56 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-02-01 11:55:56 +0000 |
commit | ecc3f8fa4e3eacdde2689eba2ecfd63fe609616a (patch) | |
tree | b04358c505396d4e4cb79fbdbed875b4c3e88b72 /multimedia | |
parent | cf7af26a8191034ab9053acc3347c6b6baccc648 (diff) | |
download | pkgsrc-ecc3f8fa4e3eacdde2689eba2ecfd63fe609616a.tar.gz |
explicitly pass --without-x to avoid trying to pick up X includes which are not buildlinked
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/transcode/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index da3d6421776..48127cce9bc 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2007/01/17 23:47:22 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2007/02/01 11:55:56 abs Exp $ # DISTNAME= transcode-1.0.2 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= multimedia MASTER_SITES= http://dl.fkb.wormulon.net/transcode/ \ http://dl.kel.wormulon.net/transcode/ \ @@ -22,6 +22,7 @@ CONFIGURE_ARGS+= --disable-libpostproc CONFIGURE_ARGS+= --with-libavcodec-prefix=${BUILDLINK_PREFIX.ffmpeg} CONFIGURE_ARGS+= --enable-oss CONFIGURE_ARGS+= --disable-xio +CONFIGURE_ARGS+= --without-x LIBS+= ${LIBOSSAUDIO} |