[arch-commits] Commit in supercollider/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue Sep 18 13:07:49 UTC 2018


    Date: Tuesday, September 18, 2018 @ 13:07:49
  Author: foutrelis
Revision: 383043

Remove bundled boost; fixes building w/ boost 1.68

Modified:
  supercollider/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-18 13:03:39 UTC (rev 383042)
+++ PKGBUILD	2018-09-18 13:07:49 UTC (rev 383043)
@@ -28,6 +28,8 @@
   patch -Np1 -i ../boost-1.67.patch
   # requires out-of-tree build
   mkdir -v bld
+  # make sure the system boost headers are used
+  rm -r external_libraries/boost
 }
 
 build() {



More information about the arch-commits mailing list