From 5b2eccaaeabc3524cffac3fa9af2a3d0befee84e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 21 Dec 2025 21:31:33 +0000 Subject: Remove used of locked_sstream. This was an ineffectual workaround for macOS, any nobody should be using this branch on macOS any more. --- cscript | 3 --- libcxml.pc.in | 2 +- src/cxml.h | 1 - wscript | 1 - 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/cscript b/cscript index 5a3a899..929fe3a 100644 --- a/cscript +++ b/cscript @@ -20,9 +20,6 @@ import os -def dependencies(target): - return (('locked_sstream', '1edc182'),) - def build(target, options): cmd = './waf configure --prefix=%s' % target.directory if target.platform == 'linux': diff --git a/libcxml.pc.in b/libcxml.pc.in index 12bee18..8b7c15c 100644 --- a/libcxml.pc.in +++ b/libcxml.pc.in @@ -5,6 +5,6 @@ includedir=@includedir@ Name: libcxml Description: Library to simplify XML parsing with libxml++ Version: @version@ -Requires: libxml++-2.6 glibmm-2.4 locked_sstream +Requires: libxml++-2.6 glibmm-2.4 Libs: @libs@ Cflags: -I${includedir} diff --git a/src/cxml.h b/src/cxml.h index d5b6261..c98b5f1 100644 --- a/src/cxml.h +++ b/src/cxml.h @@ -21,7 +21,6 @@ #ifndef LIBCXML_CXML_H #define LIBCXML_CXML_H -#include #include #include #include diff --git a/wscript b/wscript index 658a7b7..3f6b2c5 100644 --- a/wscript +++ b/wscript @@ -61,7 +61,6 @@ def configure(conf): boost_lib_suffix = '' conf.check_cfg(package='libxml++-2.6', args='--cflags --libs', uselib_store='LIBXML++', mandatory=True) - conf.check_cfg(package='locked_sstream', args='--cflags --libs', uselib_store='LOCKED_SSTREAM', mandatory=True) conf.check_cxx(fragment=""" #include \n -- cgit v1.2.3