diff options
-rw-r--r-- | comms/aldo/Makefile | 2 | ||||
-rw-r--r-- | comms/aldo/files/patch-src_audioworkspace.cc | 16 |
2 files changed, 13 insertions, 5 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index afa1b56d5e59..a3bf0ac7c82b 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -11,8 +11,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lambert@lambertfam.org COMMENT= Morse code training program -BROKEN= Does not build with modern compilers - LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao GNU_CONFIGURE= yes diff --git a/comms/aldo/files/patch-src_audioworkspace.cc b/comms/aldo/files/patch-src_audioworkspace.cc index 8dc79addc8da..e5ea35090c2a 100644 --- a/comms/aldo/files/patch-src_audioworkspace.cc +++ b/comms/aldo/files/patch-src_audioworkspace.cc @@ -1,6 +1,16 @@ ---- src/audioworkspace.cc.orig 2010-06-06 14:43:58.000000000 +0200 -+++ src/audioworkspace.cc 2010-06-06 14:44:27.000000000 +0200 -@@ -104,6 +104,7 @@ oastream AudioWorkSpace::create_output_s +--- src/audioworkspace.cc.orig 2007-11-05 03:58:46.000000000 -0500 ++++ src/audioworkspace.cc 2014-06-08 20:17:26.477449983 -0400 +@@ -31,7 +31,8 @@ + #include <cmath> + #include <iostream> + #include <limits> +- ++#include <string.h> ++ + using namespace std; + using namespace libaudiostream; + +@@ -104,6 +105,7 @@ { ao_sample_format format; |