summaryrefslogtreecommitdiff
path: root/graphics/xart
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-07-14 22:52:19 +0000
committerhubertf <hubertf>1998-07-14 22:52:19 +0000
commita45e3fcdaddb9d9ba6d8c15d90574796f9449425 (patch)
tree7a93e456d863cc014aaa5bd61a80de9ec6c4b9c2 /graphics/xart
parentf90b1ec399a10d0f6b825ed92fb126b98370423b (diff)
downloadpkgsrc-a45e3fcdaddb9d9ba6d8c15d90574796f9449425.tar.gz
Fix compile warning reported in PR 5746 by Benjamin Lorenz <lorenz@ps.uni-sb.de>
Diffstat (limited to 'graphics/xart')
-rw-r--r--graphics/xart/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/xart/patches/patch-ad b/graphics/xart/patches/patch-ad
new file mode 100644
index 00000000000..bf57df7aa22
--- /dev/null
+++ b/graphics/xart/patches/patch-ad
@@ -0,0 +1,13 @@
+Fix PR 5746 by Benjamin Lorenz <lorenz@ps.uni-sb.de>.
+
+--- misc.h.BAK Sun Jul 12 17:00:39 1998
++++ misc.h Sun Jul 12 17:00:53 1998
+@@ -24,7 +24,7 @@
+
+ #ifndef linux
+ #if defined(BSD4_4) || defined(HPArchitecture) || defined(SGIArchitecture) || defined(_AIX)
+-void srandom(unsigned int);
++/* void srandom(unsigned int); */
+ #else
+ int srandom(unsigned int);
+ #endif /* BSD4_4 */