diff options
author | drochner <drochner@pkgsrc.org> | 2007-04-19 18:25:39 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-04-19 18:25:39 +0000 |
commit | 39a93974f55a2105eadc576bbe43a02bed0a1837 (patch) | |
tree | 8e7f307988047be10db0142e7788d29b34c36cda /multimedia | |
parent | c80028d9dcdda58abeab99438dd557bfdfe084c2 (diff) | |
download | pkgsrc-39a93974f55a2105eadc576bbe43a02bed0a1837.tar.gz |
explicitely enable xine support, should fix the build problem seen
in bulk builds
(sorry, had this in my tree for a while, forgot to commit)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem-xine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/totem-xine/Makefile b/multimedia/totem-xine/Makefile index 890bd70c85a..e2915244ae0 100644 --- a/multimedia/totem-xine/Makefile +++ b/multimedia/totem-xine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/03/23 20:30:12 drochner Exp $ +# $NetBSD: Makefile,v 1.18 2007/04/19 18:25:39 drochner Exp $ # .include "../../multimedia/totem/Makefile.common" @@ -9,6 +9,8 @@ COMMENT+= (using Xine) CONFLICTS+= totem-[0-9]* +CONFIGURE_ARGS+= --enable-xine=yes + # needed for fake events to keep screensavers out, dubious .include "../../x11/libXtst/buildlink3.mk" # XVIDMODE is disabled in the source |