diff options
author | hasso <hasso> | 2009-07-20 18:21:12 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-07-20 18:21:12 +0000 |
commit | 8d77feffd4aa4cad964db07c844104ef9e975da1 (patch) | |
tree | c2070dc16ee7de63de6e6e558dbf6a09b32a6acc /multimedia | |
parent | 9ff3daf92753441c2d9c7d0617bb3da4323f3724 (diff) | |
download | pkgsrc-8d77feffd4aa4cad964db07c844104ef9e975da1.tar.gz |
Make overriding config.sub and config.guess work so it compiles on DragonFly.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mediainfo/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/mediainfo/Makefile b/multimedia/mediainfo/Makefile index 5e29bcc96e9..6afeff39335 100644 --- a/multimedia/mediainfo/Makefile +++ b/multimedia/mediainfo/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir 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 |