diff options
author | tron <tron@pkgsrc.org> | 2002-01-27 17:16:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-01-27 17:16:44 +0000 |
commit | df122be24b1db92e72d94531f13b1ef16e3e2b9d (patch) | |
tree | 97003827edef7c3ac6f9ff20137e04228e7f0710 /graphics/imlib | |
parent | ecaa8459aacb45f00410fe65af310850ec84ea09 (diff) | |
download | pkgsrc-df122be24b1db92e72d94531f13b1ef16e3e2b9d.tar.gz |
Unlimit datasize during build to avoid build problems on at least
NetBSD-amiga and NetBSD-mac68k. This fixes PR pkg/13396 by
de SAINT LEGER Rodolphe.
Diffstat (limited to 'graphics/imlib')
-rw-r--r-- | graphics/imlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 2f4e91f786c..4e3526e1d90 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2001/11/29 19:46:12 jlam Exp $ +# $NetBSD: Makefile,v 1.62 2002/01/27 17:16:44 tron Exp $ # DISTNAME= imlib-1.9.11 @@ -17,6 +17,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= yes PLIST_SUBST+= LOCALBASE=${LOCALBASE} USE_GMAKE= yes +UNLIMIT_RESOURCES= datasize USE_BUILDLINK_ONLY= yes |