summaryrefslogtreecommitdiff
path: root/graphics/tulip/files/patch-thirdparty-OGDF-ogdf-basic_basic.h
blob: 1671b2cca64600c30de42510e122aa884cc76c18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- thirdparty/OGDF/ogdf/basic/basic.h.orig	2011-08-02 12:31:30.000000000 +0200
+++ thirdparty/OGDF/ogdf/basic/basic.h	2011-08-02 12:31:51.000000000 +0200
@@ -161,7 +161,7 @@
 #endif
 
 // Note: Apple OS X machines will be both OGDF_SYSTEM_UNIX and OGDF_SYSTEM_OSX
-#if defined(__APPLE__)
+#if defined(__APPLE__) || defined(__FreeBSD__)
 #define OGDF_SYSTEM_OSX
 #endif