guitarix2: rebuild against boost-1.69.0
This commit is contained in:
parent
711fbdbf8b
commit
994437e6bd
2 changed files with 23 additions and 1 deletions
22
srcpkgs/guitarix2/patches/boost-1.69.patch
Normal file
22
srcpkgs/guitarix2/patches/boost-1.69.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
--- src/headers/gx_parameter.h 2018-07-22 06:24:50.000000000 +0200
|
||||
+++ - 2018-12-18 17:29:34.195703527 +0100
|
||||
@@ -28,6 +28,8 @@
|
||||
#ifndef SRC_HEADERS_GX_PARAMETER_H_
|
||||
#define SRC_HEADERS_GX_PARAMETER_H_
|
||||
|
||||
+#include <boost/noncopyable.hpp>
|
||||
+
|
||||
namespace gx_system { class JsonWriter; class JsonParser; }
|
||||
|
||||
namespace gx_engine {
|
||||
--- src/headers/gx_system.h 2018-07-22 06:24:50.000000000 +0200
|
||||
+++ - 2018-12-18 17:30:23.620272223 +0100
|
||||
@@ -25,6 +25,8 @@
|
||||
#ifndef SRC_HEADERS_GX_SYSTEM_H_
|
||||
#define SRC_HEADERS_GX_SYSTEM_H_
|
||||
|
||||
+#include <boost/noncopyable.hpp>
|
||||
+
|
||||
#ifndef NDEBUG
|
||||
#include <fenv.h>
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'guitarix2'
|
||||
pkgname=guitarix2
|
||||
version=0.37.3
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="guitarix-${version}"
|
||||
build_style=waf
|
||||
configure_args="--cxxflags-release=-DNDEBUG --ladspa --new-ladspa --no-faust --no-lv2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue