pkgsrc/devel/doxygen/patches/patch-ac

13 lines
462 B
Text

$NetBSD: patch-ac,v 1.7 2005/11/29 04:40:38 joerg Exp $
--- qtools/qglobal.h.orig 2004-08-29 18:18:24.000000000 +0000
+++ qtools/qglobal.h
@@ -98,7 +98,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_