mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
477 B
Plaintext
16 lines
477 B
Plaintext
$NetBSD: patch-ac,v 1.9 2012/07/03 11:31:35 mef Exp $
|
|
|
|
Add DragonFly
|
|
|
|
--- qtools/qglobal.h.orig 2009-10-25 15:44:29.000000000 +0000
|
|
+++ qtools/qglobal.h
|
|
@@ -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_
|