summaryrefslogtreecommitdiff
path: root/textproc/groonga
diff options
context:
space:
mode:
authorobache <obache>2014-05-31 08:30:27 +0000
committerobache <obache>2014-05-31 08:30:27 +0000
commita4f84d158dbd602aa32ac329533f5926b614e41c (patch)
tree33f0e3a5a040e6d6afe83dff875789c455ab6c42 /textproc/groonga
parent6fdba4895c00df8071c5cc20956ac343ae6d2b73 (diff)
downloadpkgsrc-a4f84d158dbd602aa32ac329533f5926b614e41c.tar.gz
UNLIMIT_RESOURCES is a list, so variables should be added.
Diffstat (limited to 'textproc/groonga')
-rw-r--r--textproc/groonga/hacks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/groonga/hacks.mk b/textproc/groonga/hacks.mk
index 9a7f6a57b42..80ce8d01fb8 100644
--- a/textproc/groonga/hacks.mk
+++ b/textproc/groonga/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.2 2014/04/03 07:16:49 obache Exp $
+# $NetBSD: hacks.mk,v 1.3 2014/05/31 08:30:27 obache Exp $
.if !defined(GROONGA_HACKS_MK)
GROONGA_HACKS_MK= # defined
@@ -8,7 +8,7 @@ GROONGA_HACKS_MK= # defined
# Build with optimization. Avoids crash in expr.c
.if !empty(CC_VERSION:Mclang-*) && !empty(CFLAGS:M-O*)
PKG_HACKS+= clang-optimization
-UNLIMIT_RESOURCES= datasize
+UNLIMIT_RESOURCES+= datasize
.endif
.endif