mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
Fix on -current.
This commit is contained in:
parent
b8cc4d9ef7
commit
9535bfbeb6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67066
14
archivers/rpm/files/patch-misc::glob.h
Normal file
14
archivers/rpm/files/patch-misc::glob.h
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- misc/glob.h 2002/09/23 16:45:45 1.1
|
||||
+++ misc/glob.h 2002/09/23 16:46:23
|
||||
@@ -46,7 +46,7 @@
|
||||
#endif /* C++ or ANSI C. */
|
||||
|
||||
/* We need `size_t' for the following definitions. */
|
||||
-#ifndef __size_t
|
||||
+#if !defined(__size_t) && !defined(_SIZE_T_DECLARED)
|
||||
# if defined __GNUC__ && __GNUC__ >= 2
|
||||
typedef __SIZE_TYPE__ __size_t;
|
||||
# ifdef _XOPEN_SOURCE
|
Loading…
Reference in New Issue
Block a user