summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-02-19 22:25:54 +0000
committerjoerg <joerg@pkgsrc.org>2015-02-19 22:25:54 +0000
commita9126a7098054faa3ee244a3e080db5008ce5a67 (patch)
treead789ee8d7df3d64955de0979b565bb4d78ac5f2 /editors
parentc9a0672a378b0c711d4ece93c34f2f6b43cd934c (diff)
downloadpkgsrc-a9126a7098054faa3ee244a3e080db5008ce5a67.tar.gz
stdint.h and glibc have only a very tangible relationship.
Diffstat (limited to 'editors')
-rw-r--r--editors/biew/distinfo3
-rw-r--r--editors/biew/patches/patch-biewlib_sysdep_generic_____config.h18
2 files changed, 20 insertions, 1 deletions
diff --git a/editors/biew/distinfo b/editors/biew/distinfo
index 67b5c55433f..3f995e9acc7 100644
--- a/editors/biew/distinfo
+++ b/editors/biew/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.9 2013/07/02 12:17:30 joerg Exp $
+$NetBSD: distinfo,v 1.10 2015/02/19 22:25:54 joerg Exp $
SHA1 (biew-610-src.tar.bz2) = 332b45580cdee134ee42c48bec652fcba96cd99a
RMD160 (biew-610-src.tar.bz2) = c728c8e165c2e16edcc4c25ddef063379b32049d
Size (biew-610-src.tar.bz2) = 860517 bytes
SHA1 (patch-aa) = 01be55a0850bce93bddea0a01de5e79d088ffe1f
+SHA1 (patch-biewlib_sysdep_generic_____config.h) = 054b3384ad1e7fc963ab19ad928cde35c2c18226
SHA1 (patch-biewlib_sysdep_x86__64_aclib__template.c) = aa7f33ab453a1b742a8ea6c6209b66d76f758154
SHA1 (patch-configure) = 89f8b10c4360e96c1e067ab0f386bce97428a73d
diff --git a/editors/biew/patches/patch-biewlib_sysdep_generic_____config.h b/editors/biew/patches/patch-biewlib_sysdep_generic_____config.h
new file mode 100644
index 00000000000..4b7e16e3a76
--- /dev/null
+++ b/editors/biew/patches/patch-biewlib_sysdep_generic_____config.h
@@ -0,0 +1,18 @@
+$NetBSD: patch-biewlib_sysdep_generic_____config.h,v 1.1 2015/02/19 22:25:54 joerg Exp $
+
+--- biewlib/sysdep/generic/__config.h.orig 2015-02-19 20:16:55.000000000 +0000
++++ biewlib/sysdep/generic/__config.h
+@@ -22,12 +22,10 @@
+ #define ____CONFIG_H
+
+ #include <sys/types.h>
++#include <stdint.h>
+
+ #ifdef __GLIBC__
+-
+ #include <endian.h>
+-#include <stdint.h>
+-
+ #endif
+
+ #define tInt8 int8_t