pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/xine-lib Uses xmkmf in configure script; US...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35a0abd3c09b
branches:  trunk
changeset: 546248:35a0abd3c09b
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Aug 24 22:59:10 2008 +0000

description:
Uses xmkmf in configure script; USE_TOOLS+=xmkmf.
Noted by Hasso Tepper in PR 39286.

diffstat:

 multimedia/xine-lib/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 080d1380d396 -r 35a0abd3c09b multimedia/xine-lib/Makefile.common
--- a/multimedia/xine-lib/Makefile.common       Sun Aug 24 22:22:02 2008 +0000
+++ b/multimedia/xine-lib/Makefile.common       Sun Aug 24 22:59:10 2008 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index