diff options
author | snj <snj@pkgsrc.org> | 2004-03-20 00:40:15 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-20 00:40:15 +0000 |
commit | 8900406e693940ffb0068a9391c26e75a4d67090 (patch) | |
tree | b62029609abab1cd4b6dc7d7f2b6e0d73aea08fe /graphics | |
parent | bb45ede5532665d85be0a3a847fb6bff43137c14 (diff) | |
download | pkgsrc-8900406e693940ffb0068a9391c26e75a4d67090.tar.gz |
Fix build on Linux. From Antonio Marques in PR pkg/24852.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/compface/distinfo | 3 | ||||
-rw-r--r-- | graphics/compface/patches/patch-aa | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/graphics/compface/distinfo b/graphics/compface/distinfo index 8261275c024..9b5ceb74c18 100644 --- a/graphics/compface/distinfo +++ b/graphics/compface/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/07/19 01:13:52 hubertf Exp $ +$NetBSD: distinfo,v 1.2 2004/03/20 00:40:15 snj Exp $ SHA1 (compface-1.4.tar.gz) = ca9e0370e595c25c12c446f7c677d2f2e4b7ae7d Size (compface-1.4.tar.gz) = 29154 bytes +SHA1 (patch-aa) = 3f558c32219c6299f07830795098c77fe1e5ff88 diff --git a/graphics/compface/patches/patch-aa b/graphics/compface/patches/patch-aa new file mode 100644 index 00000000000..ae368eaba62 --- /dev/null +++ b/graphics/compface/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1 2004/03/20 00:40:15 snj Exp $ + +--- compface.h.orig 2000-11-22 13:38:39.000000000 +0000 ++++ compface.h +@@ -17,6 +17,7 @@ + #define COMPFACE_H + + #include <setjmp.h> ++#include <errno.h> + + /* For all function declarations, if ANSI then use a prototype. */ |