1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Set MANUAL_PACKAGE_BUILD when ARCH == i386.

Building Racket on i386 requires kern.maxdsiz to be tuned at boot
(640M is a good value).
This commit is contained in:
Jimmy Olgeni 2011-09-12 15:54:23 +00:00
parent 18150e58c1
commit 48e230f19f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281675
2 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,10 @@ CONFIGURE_SCRIPT= ../configure
.include <bsd.port.options.mk>
.if ${ARCH} == "i386"
MANUAL_PACKAGE_BUILD= i386 requires kern.maxdsiz="640M" to build
.endif
.if defined(WITH_X11)
USE_GNOME= pango

View File

@ -31,6 +31,10 @@ CONFIGURE_SCRIPT= ../configure
.include <bsd.port.options.mk>
.if ${ARCH} == "i386"
MANUAL_PACKAGE_BUILD= i386 requires kern.maxdsiz="640M" to build
.endif
.if defined(WITH_X11)
USE_GNOME= pango