diff options
author | fredb <fredb@pkgsrc.org> | 2002-07-16 13:14:04 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-07-16 13:14:04 +0000 |
commit | c4f6b369e53383605d620b870e33eadcdf1e9b8a (patch) | |
tree | 26fc324136a64a872f3475db9116e9481dbc3920 /print | |
parent | 5ea26ea27aece4515e2ad99c724a955dda8767c0 (diff) | |
download | pkgsrc-c4f6b369e53383605d620b870e33eadcdf1e9b8a.tar.gz |
Raise the shell resource limits to the maximum, to let this build on
mac68k, at least. Closes PR 17563.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 29a9501c610..068f908bd06 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2002/03/13 17:37:33 fredb Exp $ +# $NetBSD: Makefile,v 1.49 2002/07/16 13:14:04 fredb Exp $ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${VERS} @@ -26,6 +26,7 @@ USE_BUILDLINK_ONLY= YES USE_GMAKE= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES +UNLIMIT_RESOURCES= datasize memorysize CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} CONFIGURE_ARGS+= --localstatedir=/var CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/html/cups |