1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

Unbreak build on armv6.

PR:		200322
Submitted by:	a.andersson.thn@gmail.com
This commit is contained in:
Jimmy Olgeni 2015-05-20 20:09:54 +00:00
parent cba6a19308
commit 6519acfd04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386887
2 changed files with 8 additions and 0 deletions

View File

@ -151,6 +151,10 @@ CONFIGURE_ARGS+=--disable-smp-support
MAKE_ARGS+= ARCH=x86
.endif
.if ${ARCH} == armv6
MAKE_ARGS+= ARCH=arm
.endif
# The man-pages are put (in spite of FreeBSD's port convention) in a private
# subdir. This is to avoid cluttering up the man page name space. Also the
# Erlang man pages are more of internal documentation using the man format than

View File

@ -168,6 +168,10 @@ CONFIGURE_ARGS+=--disable-smp-support
MAKE_ARGS+= ARCH=x86
.endif
.if ${ARCH} == armv6
MAKE_ARGS+= ARCH=arm
.endif
# The man-pages are put (in spite of FreeBSD's port convention) in a private
# subdir. This is to avoid cluttering up the man page name space. Also the
# Erlang man pages are more of internal documentation using the man format than