Make overriding config.sub and config.guess work so it compiles on DragonFly.
This commit is contained in:
parent
6d0625af4d
commit
ad10516731
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue