Date: Monday, December 7, 2015 @ 11:04:08
  Author: arojas
Revision: 149790

Fix build with boost 1.59

Modified:
  codeblocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-12-07 09:59:13 UTC (rev 149789)
+++ PKGBUILD    2015-12-07 10:04:08 UTC (rev 149790)
@@ -22,6 +22,8 @@
 build() {
   cd "$pkgname-$pkgver"
 
+# Fix build with boost 1.59
+  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
   export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
   ./configure --prefix=/usr --with-contrib-plugins=all
   make

Reply via email to