aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/portbuild
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-04-03 12:43:56 +0800
committerkris <kris@FreeBSD.org>2006-04-03 12:43:56 +0800
commitb1d297c809be63a626efb9efb49700627f0e17fa (patch)
tree32cf1ff2955c0f171668488ef10fbd9e22a98d71 /Tools/portbuild
parent38d360405be3d56a2966091c449329917e4f89ad (diff)
downloadfreebsd-ports-gnome-b1d297c809be63a626efb9efb49700627f0e17fa.tar.gz
freebsd-ports-gnome-b1d297c809be63a626efb9efb49700627f0e17fa.tar.zst
freebsd-ports-gnome-b1d297c809be63a626efb9efb49700627f0e17fa.zip
Mount linprocfs on amd64 for the convenience of jdk builds.
Diffstat (limited to 'Tools/portbuild')
-rwxr-xr-xTools/portbuild/scripts/portbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/portbuild b/Tools/portbuild/scripts/portbuild
index a652b9fa6813..24bd22a5ff71 100755
--- a/Tools/portbuild/scripts/portbuild
+++ b/Tools/portbuild/scripts/portbuild
@@ -257,7 +257,7 @@ else
>/dev/null 2>&1
fi
-if [ ${arch} = "i386" ]; then
+if [ ${arch} = "i386" -o ${arch} = "amd64" ]; then
# JDK ports need linprocfs :(
mkdir -p ${chroot}/compat/linux/proc
chroot ${chroot} mount_linprocfs linprocfs /compat/linux/proc