File: boost1.89.patch

package info (click to toggle)
codeblocks 25.03%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 94,012 kB
  • sloc: cpp: 695,462; xml: 32,163; ansic: 28,821; sh: 12,117; makefile: 9,128; asm: 3,827; python: 2,289; f90: 1,619; perl: 261; sed: 16; java: 4
file content (15 lines) | stat: -rw-r--r-- 449 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix FTBFS with Boost >= 1.89
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1127179
Forwarded: not-needed

--- codeblocks-25.03+dfsg.orig/configure.ac
+++ codeblocks-25.03+dfsg/configure.ac
@@ -256,7 +256,6 @@ case $WX_BASENAME in
 		if test "x$BUILD_NASSISHNEIDERMAN_TRUE" = "x" ; then
 			dnl Check whether boost is installed
 			AX_BOOST_BASE
-			AX_BOOST_SYSTEM
 		fi
 
 		CB_GLIB2_CFLAGS="$GLIB2_CFLAGS"