1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/audio/ardour/files/patch-boost-1.52
Baptiste Daroussin f5f6cd6d9b Chase boost update
2013-01-31 13:38:42 +00:00

14 lines
427 B
Plaintext

--- SConstruct.orig 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'])