diff options
author | pat <pat@FreeBSD.org> | 2002-12-15 06:28:16 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-12-15 06:28:16 +0800 |
commit | 62a2869bc172922122e55404146ab84df8651aee (patch) | |
tree | 42875a0a8f087bceb636c5ddf40fbd9106f6b756 /x11-fonts/xfed/files | |
parent | 2a3018be4b386b58ea76abb556f7492adc86ca7a (diff) | |
download | freebsd-ports-gnome-62a2869bc172922122e55404146ab84df8651aee.tar.gz freebsd-ports-gnome-62a2869bc172922122e55404146ab84df8651aee.tar.zst freebsd-ports-gnome-62a2869bc172922122e55404146ab84df8651aee.zip |
Fix build
Submitted by: bento
Diffstat (limited to 'x11-fonts/xfed/files')
-rw-r--r-- | x11-fonts/xfed/files/patch-defs.h | 9 |
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; |