Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: stopped _XOPEN_SOURCE from defining on OpenBSD #880

Merged
merged 1 commit into from
Sep 22, 2023
Merged

fix: stopped _XOPEN_SOURCE from defining on OpenBSD #880

merged 1 commit into from
Sep 22, 2023

Conversation

Jaskowicz1
Copy link
Contributor

This PR fixes #765, stopping "_XOPEN_SOURCE" from compiling on OpenBSD. This has been tested and is fully working on OpenBSD. I have tested this fix on Ubuntu 22.04 and WSL and they can still compile and run sucessfully.

Code change checklist

  • I have ensured that all methods and functions are fully documented using doxygen style comments.
  • My code follows the coding style guide.
  • I tested that my change works before raising the PR.
  • I have ensured that I did not break any existing API calls.
  • I have not built my pull request using AI, a static analysis tool or similar without any human oversight.

@netlify
Copy link

netlify bot commented Sep 22, 2023

Deploy Preview for dpp-dev ready!

Name Link
🔨 Latest commit 0a6aacd
🔍 Latest deploy log https://app.netlify.com/sites/dpp-dev/deploys/650dfe98d612450008c0d6d3
😎 Deploy Preview https://deploy-preview-880--dpp-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@braindigitalis braindigitalis merged commit 1161f11 into brainboxdotcc:dev Sep 22, 2023
29 checks passed
@braindigitalis braindigitalis added the bug Something isn't working label Sep 22, 2023
@braindigitalis braindigitalis linked an issue Sep 22, 2023 that may be closed by this pull request
This was referenced Sep 25, 2023
@Jaskowicz1 Jaskowicz1 deleted the openbsd-fix branch September 25, 2023 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenBSD Fails to build D++ due to broken <locale> system header
2 participants