mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
683 B
Plaintext
14 lines
683 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2005/07/26 04:12:22 tv Exp $
|
|
|
|
--- libdiscmage/libdiscmage.h.orig 2005-07-25 18:00:47.000000000 -0400
|
|
+++ libdiscmage/libdiscmage.h
|
|
@@ -28,7 +28,7 @@ extern "C" {
|
|
|
|
#include <stdio.h> // FILENAME_MAX
|
|
|
|
-#if defined __linux__ || defined __FreeBSD__ || defined __OpenBSD__ || \
|
|
+#if defined __linux__ || defined __FreeBSD__ || defined __OpenBSD__ || defined __NetBSD__ || \
|
|
defined __solaris__ || defined __MINGW32__ || defined __CYGWIN__ || \
|
|
defined __BEOS__ || defined AMIGA || defined __APPLE__ // Mac OS X actually
|
|
// We cannot use config.h (for HAVE_INTTYPES_H), because this header file may be
|