mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
503 B
Plaintext
14 lines
503 B
Plaintext
$NetBSD: patch-ac,v 1.1 2007/02/19 19:16:09 joerg Exp $
|
|
|
|
--- src/glw.h.orig 2007-02-19 18:38:55.000000000 +0000
|
|
+++ src/glw.h
|
|
@@ -30,7 +30,7 @@
|
|
#ifndef __GLW_H__
|
|
#define __GLW_H__
|
|
|
|
-#if defined (__linux__) || defined (__bsd__) || defined (__sgi) || defined (__FreeBSD__) || defined (__NetBSD__) || defined (__sun__)
|
|
+#if defined (__linux__) || defined (__bsd__) || defined (__sgi) || defined (__FreeBSD__) || defined (__NetBSD__) || defined (__sun__) || defined(__DragonFly__)
|
|
|
|
typedef struct
|
|
{
|