SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
27
print/hplip/patches/patch-scan_sane_OrbliteScan_MacCommon_h
Normal file
27
print/hplip/patches/patch-scan_sane_OrbliteScan_MacCommon_h
Normal file
|
@ -0,0 +1,27 @@
|
|||
Index: scan/sane/OrbliteScan/MacCommon.h
|
||||
--- scan/sane/OrbliteScan/MacCommon.h.orig
|
||||
+++ scan/sane/OrbliteScan/MacCommon.h
|
||||
@@ -1,12 +1,12 @@
|
||||
#ifndef H_MacCommon
|
||||
#define H_MacCommon
|
||||
|
||||
-#ifndef __linux__
|
||||
+#if !defined(__linux__) && !defined(__OpenBSD__)
|
||||
#include <CoreFoundation/CFPlugInCOM.h>
|
||||
#define __CFPlugInCOM_Included__
|
||||
#endif
|
||||
|
||||
-#ifdef __linux__
|
||||
+#if defined(__linux__) || defined(__OpenBSD__)
|
||||
# include "LinuxCommon.h"
|
||||
#endif
|
||||
|
||||
@@ -257,7 +257,7 @@ typedef struct _GUID {
|
||||
|
||||
typedef GUID CLSID;
|
||||
|
||||
-#ifndef __linux__
|
||||
+#if !defined(__linux__) && !defined(__OpenBSD__)
|
||||
const extern CLSID CLSID_NULL;
|
||||
const extern GUID GUID_NULL;
|
||||
#else
|
Loading…
Add table
Add a link
Reference in a new issue