pkgsrc/devel/doxygen/patches/patch-ac

16 lines
477 B
Text
Raw Normal View History

$NetBSD: patch-ac,v 1.9 2012/07/03 11:31:35 mef Exp $
Add DragonFly
2011-12-04 01:43:29 +01:00
--- qtools/qglobal.h.orig 2009-10-25 15:44:29.000000000 +0000
+++ qtools/qglobal.h
2011-12-04 01:43:29 +01:00
@@ -118,7 +121,7 @@
#define _OS_RELIANTUNIX_
#elif defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
#define _OS_LINUX_
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
#define _OS_FREEBSD_
#elif defined(__NetBSD__)
#define _OS_NETBSD_