diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-08 04:53:25 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-08 04:53:25 +0000 |
commit | d882b3b791bfc7edfb14ea67464bf08393121fd5 (patch) | |
tree | 92a2f00dc8b50573fbf869096f4f19d563aaa686 /comms/acfax/files/patch-fax_funcs.c | |
parent | Make sure ${PREFIX}/share/pixmaps exists before we try to install a (diff) |
Add acfax 0.981011, recieve faxes using sound card and radio.
PR: 34792
Submitted by: Darren <igla@batterybackups.net>
Notes
Notes:
svn path=/head/; revision=60832
Diffstat (limited to 'comms/acfax/files/patch-fax_funcs.c')
-rw-r--r-- | comms/acfax/files/patch-fax_funcs.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/acfax/files/patch-fax_funcs.c b/comms/acfax/files/patch-fax_funcs.c new file mode 100644 index 000000000000..c478ed5a938a --- /dev/null +++ b/comms/acfax/files/patch-fax_funcs.c @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- fax_funcs.c.orig Sat Jun 8 00:39:02 2002 ++++ fax_funcs.c Sat Jun 8 00:39:08 2002 +@@ -37,6 +37,8 @@ + #include "widgets.h" + #include "fax_funcs.h" + ++#define PI M_PI ++ + /* some variables that are allowed to be global */ + int lpm; /* lines per minute */ + int ixoc; /* number of pixels of one scan-line / PI */ |