diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-09-29 22:43:57 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-09-29 22:43:57 +0000 |
commit | aca8dfbc633487f87a55d720806896e7541b40e7 (patch) | |
tree | 20afb74bac0c23a52dae895b847a2ed9c84f7a88 /graphics/kdegraphics | |
parent | f97df0b2209a265736e1b619346a1b196eb0b865 (diff) | |
download | pkgsrc-aca8dfbc633487f87a55d720806896e7541b40e7.tar.gz |
More Solaris patches
(untested within the packages system, but helped me when compiling
manually - did someone say pkgsrc is a big patch collection? :)
Diffstat (limited to 'graphics/kdegraphics')
-rw-r--r-- | graphics/kdegraphics/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/kdegraphics/patches/patch-aa | 12 | ||||
-rw-r--r-- | graphics/kdegraphics/patches/patch-ae | 11 |
3 files changed, 26 insertions, 1 deletions
diff --git a/graphics/kdegraphics/files/patch-sum b/graphics/kdegraphics/files/patch-sum index cb6a70b69a8..a1cc041484b 100644 --- a/graphics/kdegraphics/files/patch-sum +++ b/graphics/kdegraphics/files/patch-sum @@ -1,5 +1,7 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:51:09 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/09/29 22:43:57 hubertf Exp $ +MD5 (patch-aa) = b3e9c0b02147c97c0f71fe71d3e067c6 MD5 (patch-ab) = d6175035f2e158bb4d42ece06da834b8 MD5 (patch-ac) = fdbc331b1e85bdaefb7b1fdc06827c8e MD5 (patch-ad) = f972d1778a8b5b6fd2240f5d6a305ef4 +MD5 (patch-ae) = e431e6139563a31e188bfcffa4ba94b8 diff --git a/graphics/kdegraphics/patches/patch-aa b/graphics/kdegraphics/patches/patch-aa new file mode 100644 index 00000000000..c0743d7ad14 --- /dev/null +++ b/graphics/kdegraphics/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.5 1999/09/29 22:43:57 hubertf Exp $ + +--- dvi.h.orig Thu Sep 30 00:11:49 1999 ++++ dvi.h Thu Sep 30 00:13:01 1999 +@@ -60,3 +60,7 @@ + #define EREFL 251 + + #define TRAILER 223 /* Trailing bytes at end of file */ ++ ++#ifdef __SVR4 ++#define NeedVarargsPrototypes 1 ++#endif diff --git a/graphics/kdegraphics/patches/patch-ae b/graphics/kdegraphics/patches/patch-ae new file mode 100644 index 00000000000..1212b91c40c --- /dev/null +++ b/graphics/kdegraphics/patches/patch-ae @@ -0,0 +1,11 @@ +$NetBSD: patch-ae,v 1.1 1999/09/29 22:43:57 hubertf Exp $ + +--- oconfig.h.orig Thu Sep 30 00:14:11 1999 ++++ oconfig.h Thu Sep 30 00:16:56 1999 +@@ -1,3 +1,6 @@ ++#ifdef __SVR4 ++#define NeedVarargsPrototypes 1 ++#endif + /* config.h: master configuration file, included first by all compilable + source files (not headers). */ + |