From 88f7030f8542a3a53b63ad4a85905b7a8046847a Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 21 Oct 2015 14:17:06 +0000 Subject: Fix on recent stable/10. PR: 202082 Submitted by: maintainer Sponsored by: Absolight --- emulators/dynamips-community/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emulators') diff --git a/emulators/dynamips-community/Makefile b/emulators/dynamips-community/Makefile index b0517d982167..76903f4385b0 100644 --- a/emulators/dynamips-community/Makefile +++ b/emulators/dynamips-community/Makefile @@ -15,6 +15,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libelf.so:${PORTSDIR}/devel/libelf \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid +CFLAGS+= -I${PREFIX}/include/libelf + CONFLICTS= dynamips-[0-9]* dynamips-devel-[0-9]* USES= cmake -- cgit