aboutsummaryrefslogtreecommitdiff
path: root/sysutils/freeipmi
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-12 16:34:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-12 16:34:25 +0000
commitcbd91f7866b4cda827ee89ad1113a221d6a4d339 (patch)
treeb420a94ae349645dd547984350f12333cfbe7955 /sysutils/freeipmi
parent0c399155c47a13c61552df2351f39596a2b2c9f7 (diff)
downloadports-cbd91f7866b4cda827ee89ad1113a221d6a4d339.tar.gz
ports-cbd91f7866b4cda827ee89ad1113a221d6a4d339.zip
Use ONLY_FOR_ARCHS
Notes
Notes: svn path=/head/; revision=501392
Diffstat (limited to 'sysutils/freeipmi')
-rw-r--r--sysutils/freeipmi/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile
index 293639b45d1c..0b1601446bd5 100644
--- a/sysutils/freeipmi/Makefile
+++ b/sysutils/freeipmi/Makefile
@@ -12,11 +12,8 @@ COMMENT= Library and tools to support IPMI-capable hardware
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_armv6= invokes x86 assembler
-BROKEN_armv7= invokes x86 assembler
-BROKEN_mips= invokes x86 assembler
-BROKEN_mips64= invokes x86 assembler
-BROKEN_sparc64= invokes x86 assembler
+ONLY_FOR_ARCHS= amd64 i386
+ONLY_FOR_ARCHS_REASON= invokes x86 assembler
LIB_DEPENDS= libargp.so:devel/argp-standalone \
libgcrypt.so:security/libgcrypt
@@ -25,6 +22,7 @@ OPTIONS_DEFINE= DEBUG DOCS IOPERM IPV6
IOPERM_DESC= Use i386_set_ioperm
USES= gmake libtool localbase shebangfix
+
CFLAGS+= -D_WANT_SEMUN
CONFIGURE_ARGS= --disable-init-scripts \
--sysconfdir=${ETCDIR} \