aboutsummaryrefslogtreecommitdiff
path: root/emulators/dynamips-community
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-12-12 05:21:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-12-12 05:21:10 +0000
commit5b5d917fce5ea227a85f4d0a283789cd50743f66 (patch)
treeee370c202e6e2f9a0a3e23d55841790c4434deaa /emulators/dynamips-community
parent866d90cb613cc6dd891df3c0d95f47414f6ffa52 (diff)
downloadports-5b5d917fce5ea227a85f4d0a283789cd50743f66.tar.gz
ports-5b5d917fce5ea227a85f4d0a283789cd50743f66.zip
Mark as BROKEN on riscv64.
While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing
Notes
Notes: svn path=/head/; revision=557792
Diffstat (limited to 'emulators/dynamips-community')
-rw-r--r--emulators/dynamips-community/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/dynamips-community/Makefile b/emulators/dynamips-community/Makefile
index 704cf99a98fb..d1af4ecf08fb 100644
--- a/emulators/dynamips-community/Makefile
+++ b/emulators/dynamips-community/Makefile
@@ -12,11 +12,12 @@ COMMENT= Cisco 1700/2600/3600/3700/7200 Simulator
LICENSE= GPLv2
-LIB_DEPENDS= libelf.so:devel/libelf
-
BROKEN_powerpc= fails to compile: invokes x86 assembler
+BROKEN_riscv64= fails to compile: common/dynamips_common.h:71:2: Please define your architecture!
BROKEN_sparc64= fails to compile: invokes x86 assembler
+LIB_DEPENDS= libelf.so:devel/libelf
+
CFLAGS+= -I${PREFIX}/include/libelf
CONFLICTS= dynamips-[0-9]* dynamips-devel-[0-9]*