summaryrefslogtreecommitdiff
path: root/x11-fonts/xfed
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-12-14 22:28:16 +0000
committerPatrick Li <pat@FreeBSD.org>2002-12-14 22:28:16 +0000
commitf0f72ef4e18fd56bf8dba08146481d140e0e26e6 (patch)
tree4ccb8fd860743204136ea9481f1bead3501fda26 /x11-fonts/xfed
parentFix build on -current. (diff)
Fix build
Submitted by: bento
Notes
Notes: svn path=/head/; revision=71641
Diffstat (limited to 'x11-fonts/xfed')
-rw-r--r--x11-fonts/xfed/files/patch-defs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-fonts/xfed/files/patch-defs.h b/x11-fonts/xfed/files/patch-defs.h
new file mode 100644
index 000000000000..ac845c4af975
--- /dev/null
+++ b/x11-fonts/xfed/files/patch-defs.h
@@ -0,0 +1,9 @@
+--- defs.h.orig Sat Dec 14 15:23:10 2002
++++ defs.h Sat Dec 14 15:24:30 2002
+@@ -1,6 +1,4 @@
+ extern int errno;
+-extern char *malloc();
+-extern char *realloc();
+
+ struct box {
+ int w, h;