diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-14 12:41:38 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-14 12:41:38 +0000 |
commit | 634fd57ed1c3ddc6cf59f968303d7584d4555778 (patch) | |
tree | 2b267a832d6c761aca7c06f9d054e7970df5716e /cad/xcircuit/files/patch-ag | |
parent | New Port: graphics/libgrass (diff) |
Update to version 2.2.1
PR: 25074
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=38329
Diffstat (limited to 'cad/xcircuit/files/patch-ag')
-rw-r--r-- | cad/xcircuit/files/patch-ag | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/cad/xcircuit/files/patch-ag b/cad/xcircuit/files/patch-ag deleted file mode 100644 index ba0a1685f6f5..000000000000 --- a/cad/xcircuit/files/patch-ag +++ /dev/null @@ -1,14 +0,0 @@ -*** fontfile.c.orig Fri Jan 7 12:11:03 2000 ---- fontfile.c Fri Jan 21 12:00:00 2000 -*************** -*** 6,12 **** ---- 6,14 ---- - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -+ #ifndef __STDC__ - #include <malloc.h> -+ #endif - - #include <X11/Intrinsic.h> - #include <X11/StringDefs.h> |