svn commit: r399917 - head/emulators/dynamips-community

Mathieu Arnold mat at FreeBSD.org
Wed Oct 21 14:17:08 UTC 2015


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


More information about the svn-ports-head mailing list