diff options
author | wiz <wiz@pkgsrc.org> | 2001-06-16 11:50:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-06-16 11:50:47 +0000 |
commit | 131fea14a78bbea2a0d1d3f6760a6424bba14e8b (patch) | |
tree | 38b2bef2c17a01f40483d6d6d91d43bb1e758719 /devel/SDL_ttf/Makefile | |
parent | d4eebb00c9a6ad7792e4b0e0f9a8c99f8d408083 (diff) | |
download | pkgsrc-131fea14a78bbea2a0d1d3f6760a6424bba14e8b.tar.gz |
Override internal libtool with USE_LIBTOOL and LTCONFIG_OVERRIDE.
Diffstat (limited to 'devel/SDL_ttf/Makefile')
-rw-r--r-- | devel/SDL_ttf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/SDL_ttf/Makefile b/devel/SDL_ttf/Makefile index ea5cb5d4be4..ea61b3b2168 100644 --- a/devel/SDL_ttf/Makefile +++ b/devel/SDL_ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 12:46:28 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/06/16 11:50:47 wiz Exp $ # DISTNAME= SDL_ttf-1.2.2 @@ -13,6 +13,8 @@ DEPENDS+= freetype-lib-*:../../graphics/freetype-lib DEPENDS+= SDL>=1.0.1:../../devel/SDL GNU_CONFIGURE= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ENV+= CFLAGS="-DFREETYPE_HDR_DIRECTORY" |