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:
parent
18150e58c1
commit
48e230f19f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281675
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user