Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2015 14:17:07 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399917 - head/emulators/dynamips-community
Message-ID:  <201510211417.t9LEH7f5088047@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Oct 21 14:17:06 2015
New Revision: 399917
URL: https://svnweb.freebsd.org/changeset/ports/399917

Log:
  Fix on recent stable/10.
  
  PR:		202082
  Submitted by:	maintainer
  Sponsored by:	Absolight

Modified:
  head/emulators/dynamips-community/Makefile

Modified: head/emulators/dynamips-community/Makefile
==============================================================================
--- head/emulators/dynamips-community/Makefile	Wed Oct 21 14:17:01 2015	(r399916)
+++ head/emulators/dynamips-community/Makefile	Wed Oct 21 14:17:06 2015	(r399917)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510211417.t9LEH7f5088047>