pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mediainfo Make overriding config.sub and co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f12f2f4d24a
branches:  trunk
changeset: 396232:6f12f2f4d24a
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Mon Jul 20 18:21:12 2009 +0000

description:
Make overriding config.sub and config.guess work so it compiles on DragonFly.

diffstat:

 multimedia/mediainfo/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 8c1f2a144c47 -r 6f12f2f4d24a multimedia/mediainfo/Makefile
--- a/multimedia/mediainfo/Makefile     Mon Jul 20 18:19:25 2009 +0000
+++ b/multimedia/mediainfo/Makefile     Mon Jul 20 18:21:12 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/01/29 17:34:14 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2009/07/20 18:21:12 hasso Exp $
 #
 
 DISTNAME=      MediaInfo_CLI_0.7.9_GNU_FromSource
@@ -15,9 +15,13 @@
 WRKSRC=                ${WRKDIR}/MediaInfo_CLI_GNU_FromSource
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
+GNU_CONFIGURE= yes
 
+OVERRIDE_DIRDEPTH=     4
 INSTALLATION_DIRS=     bin
 
+do-configure:
+
 do-build:
        cd ${WRKSRC} && ./CLI_Compile.sh
 



Home | Main Index | Thread Index | Old Index