mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
OGDF (Open Graph Drawing Framework) is a self-contained C++ class library for the automatic layout of diagrams. OGDF offers sophisticated algorithms and data structures to use within your own applications or scientific projects. The library provides: * A wide range of graph drawing algorithms that allow to reuse and replace particular algorithm phases by using a dedicated module mechanism. * Sophisticated data structures that are commonly used in graph drawing, equipped with rich public interfaces. * Self-contained code that does not require any additional libraries (except for some optional branch-and-cut algorithms). WWW: http://www.ogdf.net
12 lines
318 B
C
12 lines
318 B
C
--- ogdf/basic/basic.h.orig 2013-06-18 10:18:02.000000000 +0200
|
|
+++ ogdf/basic/basic.h 2013-06-18 10:19:00.000000000 +0200
|
|
@@ -88,6 +88,9 @@
|
|
#define OGDF_SYSTEM_OSX
|
|
#endif
|
|
|
|
+#if defined(__FreeBSD__)
|
|
+#define OGDF_SYSTEM_FREEBSD
|
|
+#endif
|
|
|
|
#if defined(USE_COIN) || defined(OGDF_OWN_LPSOLVER)
|
|
#define OGDF_LP_SOLVER
|