diff options
author | martti <martti@pkgsrc.org> | 2004-04-21 04:22:09 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-04-21 04:22:09 +0000 |
commit | 3e2a0443e0e21a1c791bf88cec32c779d0de903a (patch) | |
tree | 3392871b608b0254347f99e8443a0560417ada27 | |
parent | a6487e1c728585fa7cd4db01b9558c78f60c5b18 (diff) | |
download | pkgsrc-3e2a0443e0e21a1c791bf88cec32c779d0de903a.tar.gz |
Added UNLIMIT_RESOURCES+=datasize
-rw-r--r-- | net/dc_gui2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dc_gui2/Makefile b/net/dc_gui2/Makefile index bcbca10194d..ba6a72b1501 100644 --- a/net/dc_gui2/Makefile +++ b/net/dc_gui2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/04/14 16:15:26 jmmv Exp $ +# $NetBSD: Makefile,v 1.18 2004/04/21 04:22:09 martti Exp $ # DISTNAME= dc_gui2-0.75 @@ -20,6 +20,8 @@ USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --enable-manual-db-detect USE_GNU_TOOLS+= make +UNLIMIT_RESOURCES+= datasize + CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4 CPPFLAGS+= -DNO_PRINTF_LOCALE |