diff options
author | sada <sada@FreeBSD.org> | 2000-07-25 09:03:25 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-07-25 09:03:25 +0800 |
commit | 4dc2b37c3dfd3bbf4562ffe371a19fad07f8ec61 (patch) | |
tree | 1eea6beee2d45f8e9ee9678436b030a7afb465b3 /net | |
parent | a17f7f99dcaa523a8fc809b21457bd84af1f3a02 (diff) | |
download | freebsd-ports-gnome-4dc2b37c3dfd3bbf4562ffe371a19fad07f8ec61.tar.gz freebsd-ports-gnome-4dc2b37c3dfd3bbf4562ffe371a19fad07f8ec61.tar.zst freebsd-ports-gnome-4dc2b37c3dfd3bbf4562ffe371a19fad07f8ec61.zip |
Fix the compilation error.
PR: ports/20146
Submitted by: maintainer
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" + + /* |