New commits:
commit 0274e40c399461e7b7c9e7075ffe46cb9f76a176
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>
zope-2.9.4
diff --git a/devel/zope/BUILD b/devel/zope/BUILD
index eab8809..7cd3157 100755
--- a/devel/zope/BUILD
+++ b/devel/zope/BUILD
@@ -1,13 +1,4 @@
-#
-# Adding "-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
-# to the CFLAGS of Python's compile should fix the
-# no large-file support warning, but I'm not sure what
-# that'd do on systems that don't support >2Gb
-# See: http://www.python.org/doc/current/lib/posix-large-files.html
-#
./configure --prefix=${INSTALL_ROOT}/usr/lib/zope \
- --force &&
-# --with-python=$INSTALL_ROOT/usr/bin/python &&
-# --ignore-largefile &&
+ --optimize &&
make