diff options
author | SADA Kenji <sada@FreeBSD.org> | 2000-07-25 01:03:25 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2000-07-25 01:03:25 +0000 |
commit | 16aeaf8293784834f8d889c21be5d75b4630cad5 (patch) | |
tree | a79891fe1392cc47ab788ea8f3dbee3e55f81a64 /net | |
parent | Update MASTER_SITES (diff) |
Fix the compilation error.
PR: ports/20146
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=31010
Diffstat (limited to 'net')
-rw-r--r-- | net/ppxp/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ppxp/files/patch-ac b/net/ppxp/files/patch-ac new file mode 100644 index 000000000000..e788a1f1c8e4 --- /dev/null +++ b/net/ppxp/files/patch-ac @@ -0,0 +1,10 @@ +--- console/forms/fexts.c.orig Mon Jul 24 08:11:19 2000 ++++ console/forms/fexts.c Mon Jul 24 08:11:37 2000 +@@ -2,6 +2,7 @@ + #include <stdarg.h> + #include <math.h> + ++#include "support.h" + #include "fppxp.h" + + /* |