config.guess/config.sub override for mipseb.
This commit is contained in:
parent
27eb95692d
commit
507bca9d09
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.49 2004/01/03 18:49:38 reed Exp $
|
||||
# $NetBSD: Makefile,v 1.50 2004/02/11 02:08:26 sekiya Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libglade-0.17
|
||||
|
@ -14,7 +14,10 @@ BUILD_USES_MSGFMT= YES
|
|||
|
||||
USE_BUILDLINK2= YES
|
||||
USE_X11BASE= YES
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/config.guess
|
||||
CONFIG_SUB_OVERRIDE+= ${WRKSRC}/config.sub
|
||||
|
||||
USE_LIBTOOL= YES
|
||||
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||
|
|
Loading…
Reference in a new issue