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

textproc/the_silver_searcher: Add off64_t patch to fix building #1462

Merged

Conversation

liweitianux
Copy link
Member

@liweitianux liweitianux commented Dec 4, 2023

The off64_t type is unavailable on DragonFly BSD and thus causes the
building to fail. Replace it with z_off64_t, which is properly
defined in zconf.h and is already included by this file. So it should
be portable and a reasonable fix.

@liweitianux
Copy link
Member Author

See also: ggreer/the_silver_searcher#1525

The 'off64_t' type is unavailable on DragonFly BSD and thus causes the
building to fail.  Replace it with 'z_off64_t', which is properly
defined in 'zconf.h' and is already included by this file.  So it should
be portable and a reasonable fix.
@liweitianux liweitianux force-pushed the fix/textproc-the_silver_searcher branch from 6b29c07 to b6a2783 Compare December 5, 2023 02:52
@tuxillo tuxillo merged commit 1a1216d into DragonFlyBSD:master Mar 28, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants