From 8c4a3f3adc4883825252ccc83f954ccf693a4298 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 24 Aug 2008 22:59:10 +0000 Subject: Uses xmkmf in configure script; USE_TOOLS+=xmkmf. Noted by Hasso Tepper in PR 39286. --- multimedia/xine-lib/Makefile.common | 4 ++-- 1 file 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 -- cgit v1.2.3