pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp Unlimit the "datasize" to fix build prob...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d2eeaf689ed
branches:  trunk
changeset: 497679:8d2eeaf689ed
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Aug 02 09:54:52 2005 +0000

description:
Unlimit the "datasize" to fix build problems under NetBSD-macppc.

diffstat:

 graphics/gimp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 627e207e7b69 -r 8d2eeaf689ed graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Tue Aug 02 09:29:53 2005 +0000
+++ b/graphics/gimp/Makefile    Tue Aug 02 09:54:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.123 2005/07/21 16:29:51 wiz Exp $
+# $NetBSD: Makefile,v 1.124 2005/08/02 09:54:52 tron Exp $
 
 DISTNAME=      gimp-2.2.8
 PKGREVISION=   1
@@ -44,6 +44,8 @@
 CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc/html/${PKGNAME_NOREV}
 CONFIGURE_ARGS+=       --with-gimpprint-prefix=${BUILDLINK_PREFIX.gimp-print-lib}
 
+UNLIMIT_RESOURCES+=    datasize
+
 EGDIR=                 ${PREFIX}/share/examples/gimp-2.0
 .for f in controllerrc gimprc gtkrc ps-menurc sessionrc templaterc unitrc
 CONF_FILES+=           ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}



Home | Main Index | Thread Index | Old Index