Skip to content

Commit

Permalink
Merge pull request #1310 from citrus-it/fixes
Browse files Browse the repository at this point in the history
Build fixes
  • Loading branch information
hadfl authored Jun 25, 2023
2 parents 87c1f3e + 0a32f47 commit 4539c1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/gdb/patches/fix-null-ptr.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ diff -wpruN '--exclude=*.orig' a~/gdb/osabi.c a/gdb/osabi.c
{ "SVR4", NULL },
{ "GNU/Hurd", NULL },
- { "Solaris", NULL },
+ { "illumos", "solaris[2-9]\.[0-9][0-9]" },
+ { "illumos", "solaris[2-9]\\.[0-9][0-9]" },
{ "GNU/Linux", "linux(-gnu[^-]*)?" },
{ "FreeBSD", NULL },
{ "NetBSD", NULL },
4 changes: 2 additions & 2 deletions build/x11/libxcb/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ prep_build
build_dependency -merge libpthread-stubs libpthread-stubs-$PSTUBVER \
x11/libpthread-stubs libpthread-stubs $PSTUBVER

addpath PKG_CONFIG_PATH32 $DEPROOT$PREFIX/lib/pkgconfig
addpath PKG_CONFIG_PATH64 $DEPROOT$PREFIX/lib/amd64/pkgconfig
addpath PKG_CONFIG_PATH[i386] $DEPROOT$PREFIX/lib/pkgconfig
addpath PKG_CONFIG_PATH[amd64] $DEPROOT$PREFIX/lib/amd64/pkgconfig

######################################################################

Expand Down

0 comments on commit 4539c1c

Please sign in to comment.