diff options
author | mat <mat@FreeBSD.org> | 2015-10-21 22:17:06 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-10-21 22:17:06 +0800 |
commit | 88f7030f8542a3a53b63ad4a85905b7a8046847a (patch) | |
tree | 8960842a96c265d728a6a901ca5fa01f78252c47 /emulators | |
parent | 9ad011dc5d2241f78f229579070fb407f667a940 (diff) | |
download | freebsd-ports-gnome-88f7030f8542a3a53b63ad4a85905b7a8046847a.tar.gz freebsd-ports-gnome-88f7030f8542a3a53b63ad4a85905b7a8046847a.tar.zst freebsd-ports-gnome-88f7030f8542a3a53b63ad4a85905b7a8046847a.zip |
Fix on recent stable/10.
PR: 202082
Submitted by: maintainer
Sponsored by: Absolight
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dynamips-community/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |