mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
bb4797bf7d
"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
16 lines
463 B
Plaintext
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
|