SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
graphics/sane-backends/patches/patch-backend_xerox_mfp_h
Normal file
15
graphics/sane-backends/patches/patch-backend_xerox_mfp_h
Normal file
|
@ -0,0 +1,15 @@
|
|||
/usr/include/sys/param.h:190:1: warning: this is the location of the previous definition
|
||||
|
||||
Index: backend/xerox_mfp.h
|
||||
--- backend/xerox_mfp.h.orig
|
||||
+++ backend/xerox_mfp.h
|
||||
@@ -21,7 +21,9 @@
|
||||
#define UNUSED(x) x
|
||||
#endif
|
||||
|
||||
+#ifndef MIN
|
||||
#define MIN(a,b) (((a) < (b)) ? (a) : (b))
|
||||
+#endif
|
||||
|
||||
#define UNCONST(ptr) ((void *)(long)(ptr))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue