pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add patch to libfpx to make its header self contained.



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <youremailsarecrap%gmail.com@localhost>
Pushed By:	nros
Date:		Tue Jul 4 12:36:02 2017 +0200
Changeset:	e9c0cec3cf98ea903c585576c0bab5cf61822f66

Modified Files:
	libfpx/distinfo
Added Files:
	libfpx/patches/patch-fpxlib.h

Log Message:
Add patch to libfpx to make its header self contained.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e9c0cec3cf98ea903c585576c0bab5cf61822f66

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libfpx/distinfo               |  1 +
 libfpx/patches/patch-fpxlib.h | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diffs:
diff --git a/libfpx/distinfo b/libfpx/distinfo
index 4060d53ccf..405840d255 100644
--- a/libfpx/distinfo
+++ b/libfpx/distinfo
@@ -4,3 +4,4 @@ SHA1 (libfpx-1.3.1-8.tar.xz) = 0a82e374597e2408b3c91e6342be78c66c07bb66
 RMD160 (libfpx-1.3.1-8.tar.xz) = b7eab33ede4b43c72293e26b0ff19436f6d44429
 SHA512 (libfpx-1.3.1-8.tar.xz) = 5c3193be0142744f3ea9694250c3cc1dd779772ca8280a2ed072f93453420eb55dc1df5b28b0082802fcf1e5daaed3d8bb1401cdf7559e888fa58c8d05041454
 Size (libfpx-1.3.1-8.tar.xz) = 1906836 bytes
+SHA1 (patch-fpxlib.h) = 4bfbe791ff7c6aa083996dc91245bc1e7829a106
diff --git a/libfpx/patches/patch-fpxlib.h b/libfpx/patches/patch-fpxlib.h
new file mode 100644
index 0000000000..66bffc360f
--- /dev/null
+++ b/libfpx/patches/patch-fpxlib.h
@@ -0,0 +1,12 @@
+$NetBSD$
+* make header self contained
+--- fpxlib.h.orig	2017-07-04 10:24:56.000000000 +0000
++++ fpxlib.h
+@@ -12,6 +12,7 @@
+ extern "C" {
+ #endif
+ #include <inttypes.h>
++#include <stddef.h>
+ 
+   typedef struct IStream IStream;
+   typedef struct IStorage IStorage;


Home | Main Index | Thread Index | Old Index