diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-04 23:28:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-04 23:28:32 +0000 |
commit | b764749dc7ba4198709de1e40b66ebda8af8e75b (patch) | |
tree | ae6a68b4db9c757974eb0263b92f0e28e4cc4e73 /comms/echolinux/files/patch-echogui_testgui.c | |
parent | Please welcome erwin to the ports tree. (diff) |
Add echolinux, an EchoLink client for UNIX.
PR: ports/68587
Submitted by: Diane Bruce <db@night.db.net>
Diffstat (limited to 'comms/echolinux/files/patch-echogui_testgui.c')
-rw-r--r-- | comms/echolinux/files/patch-echogui_testgui.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/echolinux/files/patch-echogui_testgui.c b/comms/echolinux/files/patch-echogui_testgui.c new file mode 100644 index 000000000000..f00f1913ebf6 --- /dev/null +++ b/comms/echolinux/files/patch-echogui_testgui.c @@ -0,0 +1,10 @@ +--- echogui/testgui.c.orig Thu Feb 12 14:59:29 2004 ++++ echogui/testgui.c Fri Jul 2 00:57:53 2004 +@@ -1,6 +1,6 @@ + /* Form definition file generated with fdesign. */ + +-#include "forms.h" ++#include <X11/forms.h> + #include <stdlib.h> + #include "testgui.h" + |