diff options
author | fredb <fredb> | 2002-07-16 13:14:04 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-07-16 13:14:04 +0000 |
commit | 65fad4a6e82aef6a5ed26b60e28469069e60e5a0 (patch) | |
tree | 26fc324136a64a872f3475db9116e9481dbc3920 /print/cups | |
parent | 3e2560a94932bca67f739e10ef44718fe540d40d (diff) | |
download | pkgsrc-65fad4a6e82aef6a5ed26b60e28469069e60e5a0.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/cups')
-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 |