allow this to build by replacing the use of LTCONFIG_OVERRIDE with

LIBTOOL_OVERRIDE.
This commit is contained in:
grant 2002-12-19 12:41:02 +00:00
parent 4045d11075
commit dd9c4f2490
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2002/11/08 23:23:10 rh Exp $
# $NetBSD: Makefile,v 1.4 2002/12/19 12:41:02 grant Exp $
#
DISTNAME= edb-1.0.3
@ -13,7 +13,7 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_BUILDLINK2= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
CONFIGURE_ARGS+= --enable-cxx
.include "../../x11/gtk/buildlink2.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2002/10/21 15:10:18 wiz Exp $
# $NetBSD: Makefile,v 1.5 2002/12/19 12:45:47 grant Exp $
#
DISTNAME= imlib2-1.0.3
@ -15,7 +15,7 @@ USE_X11BASE= YES
USE_LIBTOOL= YES
USE_BUILDLINK2= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../mk/bsd.prefs.mk"