pkgsrc/x11/qt1/patches/patch-af

14 lines
421 B
Text
Raw Normal View History

$NetBSD: patch-af,v 1.1 2005/12/12 14:56:07 joerg Exp $
--- src/tools/qglobal.h.orig 2005-12-12 14:10:03.000000000 +0000
+++ src/tools/qglobal.h
@@ -82,7 +82,7 @@
#define _OS_ULTRIX_
#elif defined(linux) || defined(__linux) || defined(__linux__)
#define _OS_LINUX_
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
#define _OS_FREEBSD_
#elif defined(__NetBSD__)
#define _OS_NETBSD_