summaryrefslogtreecommitdiff
path: root/media-sound/ardour/files/ardour-2.8.14-boost-150.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/ardour/files/ardour-2.8.14-boost-150.patch')
-rw-r--r--media-sound/ardour/files/ardour-2.8.14-boost-150.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-sound/ardour/files/ardour-2.8.14-boost-150.patch b/media-sound/ardour/files/ardour-2.8.14-boost-150.patch
deleted file mode 100644
index 0d23568a309c..000000000000
--- a/media-sound/ardour/files/ardour-2.8.14-boost-150.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- /home/mad/ardour-2.8.14/SConstruct 2012-11-21 00:30:54.000000000 +0100
-+++ SConstruct 2012-11-21 17:34:02.000000000 +0100
-@@ -955,7 +961,9 @@
- # FLAC ....
- #
-
--# boost (we don't link against boost, just use some header files)
-+# boost (we need to link against boost with >=1.50. header files alone will not work anymore)
-+
-+env.Append(LIBS=['boost_system'])
-
- libraries['boost'] = LibraryInfo ()
- prep_libcheck(env, libraries['boost'])