Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105034696
D14713.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D14713.diff
View Options
Index: sysutils/cmocka/Makefile
===================================================================
--- sysutils/cmocka/Makefile
+++ sysutils/cmocka/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cmocka
PORTVERSION= 1.1.1
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://cmocka.org/files/1.1/ \
LOCAL/dteske
Index: sysutils/cmocka/files/patch-include_cmocka.h
===================================================================
--- /dev/null
+++ sysutils/cmocka/files/patch-include_cmocka.h
@@ -0,0 +1,19 @@
+--- include/cmocka.h.orig 2018-01-02 22:14:13.670138000 -0600
++++ include/cmocka.h 2018-01-02 22:35:26.399769000 -0600
+@@ -110,7 +110,7 @@
+ ((LargestIntegralType)(value))
+
+ /* Smallest integral type capable of holding a pointer. */
+-#if !defined(_UINTPTR_T) && !defined(_UINTPTR_T_DEFINED)
++#if !defined(_UINTPTR_T) && !defined(_UINTPTR_T_DEFINED) && !defined(_UINTPTR_T_DECLARED)
+ # if defined(_WIN32)
+ /* WIN32 is an ILP32 platform */
+ typedef unsigned int uintptr_t;
+@@ -136,6 +136,7 @@
+
+ # define _UINTPTR_T
+ # define _UINTPTR_T_DEFINED
++# define _UINTPTR_T_DECLARED
+ #endif /* !defined(_UINTPTR_T) || !defined(_UINTPTR_T_DEFINED) */
+
+ /* Perform an unsigned cast to uintptr_t. */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 12, 7:37 PM (20 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15332649
Default Alt Text
D14713.diff (1 KB)
Attached To
Mode
D14713: Fix sysutils/cmocka build on powerpc64
Attached
Detach File
Event Timeline
Log In to Comment