diff options
author | danilo <danilo@FreeBSD.org> | 2014-01-24 07:13:39 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-01-24 07:13:39 +0800 |
commit | f1e1beb54bc25d46982f277d2a13c24d9f878136 (patch) | |
tree | 40539b8f8aea6666b264013b18057c9e465c661c | |
parent | 676ad1e384a755b331295d7b9375c905b1b1821d (diff) | |
download | freebsd-ports-gnome-f1e1beb54bc25d46982f277d2a13c24d9f878136.tar.gz freebsd-ports-gnome-f1e1beb54bc25d46982f277d2a13c24d9f878136.tar.zst freebsd-ports-gnome-f1e1beb54bc25d46982f277d2a13c24d9f878136.zip |
- Add stage support
- Fix build
- Add USE_GCC. clang fails with a lot of c++ erros
- Bump PORTREVISION
-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 ( |