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:
parent
cba6a19308
commit
6519acfd04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386887
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user