From 6d7cdc135f27cec1ff013936d53bc7df7b5b8aee Mon Sep 17 00:00:00 2001 From: Olivier Cochard Date: Thu, 27 Apr 2017 09:43:41 +0000 Subject: Update to 0.2.16 and fix tap interface usage. PR: 218893 Submitted by: olivier Approved by: pavelivolkov@gmail.com (maintainer) Sponsored by: Orange --- emulators/dynamips-community/files/patch-CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 emulators/dynamips-community/files/patch-CMakeLists.txt (limited to 'emulators/dynamips-community/files/patch-CMakeLists.txt') diff --git a/emulators/dynamips-community/files/patch-CMakeLists.txt b/emulators/dynamips-community/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..3ace96c86f93 --- /dev/null +++ b/emulators/dynamips-community/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2016-03-16 09:05:47 UTC ++++ CMakeLists.txt +@@ -32,7 +32,7 @@ include ( utils ) + include ( dependencies ) + include ( configure ) + +-if(APPLE) ++if( APPLE OR (CMAKE_SYSTEM_NAME MATCHES "FreeBSD") ) + include_directories(include /usr/local/include/) + include_directories(include /opt/local/include/) + endif() -- cgit v1.2.3