diff options
author | pav <pav@FreeBSD.org> | 2003-12-05 19:07:33 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-05 19:07:33 +0000 |
commit | b2c0f928f465e576cf15adfa99bfe16fd36a077c (patch) | |
tree | 720656933ed8fcb12baa9af29ab580620e80ff65 /comms/hamfax/files | |
parent | fcfc7f08439186dc7593048b3c2d734af14fc2f3 (diff) | |
download | FreeBSD-ports-b2c0f928f465e576cf15adfa99bfe16fd36a077c.zip FreeBSD-ports-b2c0f928f465e576cf15adfa99bfe16fd36a077c.tar.gz |
Add hamfax, a Qt/X11 application for sending and receiving facsimiles
over ham radio.
PR: ports/53444
Submitted by: Carl Makin <carl@stagecraft.cx>
Diffstat (limited to 'comms/hamfax/files')
-rw-r--r-- | comms/hamfax/files/patch-configure | 11 | ||||
-rw-r--r-- | comms/hamfax/files/patch-sound.hpp | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/comms/hamfax/files/patch-configure b/comms/hamfax/files/patch-configure new file mode 100644 index 0000000..46618fd --- /dev/null +++ b/comms/hamfax/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Jun 7 11:05:07 2003 ++++ configure Sat Jun 7 11:08:01 2003 +@@ -4172,7 +4172,7 @@ + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +- bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out` ++ bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out | grep -v warning:` + if test x"$bnv_err_4" != x; then + echo "$bnv_err_4" >&5 + else diff --git a/comms/hamfax/files/patch-sound.hpp b/comms/hamfax/files/patch-sound.hpp new file mode 100644 index 0000000..2903185 --- /dev/null +++ b/comms/hamfax/files/patch-sound.hpp @@ -0,0 +1,11 @@ +--- src/Sound.hpp.orig Sat Jun 7 11:12:19 2003 ++++ src/Sound.hpp Sat Jun 7 11:12:43 2003 +@@ -19,6 +19,8 @@ + #ifndef SOUND_HPP + #define SOUND_HPP + ++#define AFMT_S16_NE AFMT_S16_LE ++ + #include <qobject.h> + #include <qstring.h> + #include <qsocketnotifier.h> |