diff options
author | dholland <dholland@pkgsrc.org> | 2008-08-24 22:59:10 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2008-08-24 22:59:10 +0000 |
commit | 8c4a3f3adc4883825252ccc83f954ccf693a4298 (patch) | |
tree | 76b64cb32b6522b4883e566659805686222cc27f /multimedia | |
parent | b41868d8cef662ead6f9cec7fd20ffb156fdec6e (diff) | |
download | pkgsrc-8c4a3f3adc4883825252ccc83f954ccf693a4298.tar.gz |
Uses xmkmf in configure script; USE_TOOLS+=xmkmf.
Noted by Hasso Tepper in PR 39286.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xine-lib/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/xine-lib/Makefile.common b/multimedia/xine-lib/Makefile.common index 83492d3c2ac..efc9c9f6b86 100644 --- a/multimedia/xine-lib/Makefile.common +++ b/multimedia/xine-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.55 2008/07/29 05:58:41 dholland Exp $ +# $NetBSD: Makefile.common,v 1.56 2008/08/24 22:59:10 dholland Exp $ # # used by audio/xine-arts/Makefile @@ -27,7 +27,7 @@ USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= libtool libtool-nofpic PKGCONFIG_OVERRIDE= misc/libxine.pc.in -USE_TOOLS+= autoconf gmake msgfmt pkg-config +USE_TOOLS+= autoconf gmake msgfmt pkg-config xmkmf CONFIGURE_ARGS+= --with-w32-path='${PREFIX}/lib/win32' CONFIGURE_ARGS+= --without-external-ffmpeg --disable-ffmpegtest |