diff options
-rw-r--r-- | audio/smasher/Makefile | 6 | ||||
-rw-r--r-- | audio/smasher/files/patch-src__replace.cpp | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/audio/smasher/Makefile b/audio/smasher/Makefile index a8769b9b359a..8cffaf82a278 100644 --- a/audio/smasher/Makefile +++ b/audio/smasher/Makefile @@ -3,7 +3,7 @@ PORTNAME= smasher PORTVERSION= 1.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -16,8 +16,8 @@ LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ libcsound64.so:${PORTSDIR}/audio/csound GNU_CONFIGURE= yes -USES= gmake pkgconfig -NO_STAGE= yes +USES= desktop-file-utils gmake pkgconfig +#USE_GCC= yes USE_WX= yes WX_CONF_ARGS= absolute diff --git a/audio/smasher/files/patch-src__replace.cpp b/audio/smasher/files/patch-src__replace.cpp new file mode 100644 index 000000000000..f7f47ca69d14 --- /dev/null +++ b/audio/smasher/files/patch-src__replace.cpp @@ -0,0 +1,8 @@ +--- ./src/replace.cpp.orig 2014-01-20 16:50:27.000000000 -0200 ++++ ./src/replace.cpp 2014-01-20 16:50:38.000000000 -0200 +@@ -1,4 +1,5 @@ + #include <cstring> ++#include <cstdio> + #include "replace.h" + + int Replace::run ( |