Files
ports/devel/codeblocks/patches/patch-src_base_tinyxml_Makefile_am
rsadowski bb4797bf7d Update codeblocks to 25.03
"After six years, the Code::Blocks IDE has a new release.
The changelog is at https://www.codeblocks.org/changelogs/25.03/"

Update diff from maintainer Josh Grosse, thanks
2025-05-11 08:56:17 +00:00

16 lines
463 B
Plaintext

Make sure bundled tinyxml is ahead of system tinyxml in search path
Index: src/base/tinyxml/Makefile.am
--- src/base/tinyxml/Makefile.am.orig
+++ src/base/tinyxml/Makefile.am
@@ -1,7 +1,8 @@
AM_CPPFLAGS = $(WX_CXXFLAGS) \
-I$(top_srcdir)/src/sdk/wxscintilla/include \
-I$(top_srcdir)/src/include \
- -I$(top_srcdir)/src/include/tinyxml
+ -I$(top_srcdir)/src/include/tinyxml \
+ $(WX_CXXFLAGS)
if CODEBLOCKS_NT
AM_CPPFLAGS += -DEXPORT_LIB