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

Add support for DragonflyBSD #6274

Closed
DorpsGek opened this issue Apr 5, 2015 · 4 comments
Closed

Add support for DragonflyBSD #6274

DorpsGek opened this issue Apr 5, 2015 · 4 comments
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) patch from FlySpray This issue is in fact a Patch, but imported from FlySrpay

Comments

@DorpsGek
Copy link
Member

DorpsGek commented Apr 5, 2015

AMDmi3 opened the ticket and wrote:

Everything is the same as for FreeBSD.

Attachments

Reported version: trunk
Operating system: *BSD


This issue was imported from FlySpray: https://bugs.openttd.org/task/6274
@DorpsGek
Copy link
Member Author

planetmaker wrote:

This hunk seems not appropriate:

@@ -1565,10 +1565,6 @@ make_cflags_and_ldflags() {
LIBS="$LIBS -pthread"
fi

- if [ "$os" = "FREEBSD" ]; then
- LIBS="$LIBS -lpthread"
- fi
-
if [ "$os" = "OSX" ]; then
LDFLAGS="$LDFLAGS -framework Cocoa"


This comment was imported from FlySpray: https://bugs.openttd.org/task/6274#comment13863

@DorpsGek
Copy link
Member Author

AMDmi3 wrote:

It was merged into hunk just above, [ "$os" != "FREEBSD" ] condition was removed there. Both FreeBSD and DF handle threads via -lpthread just like other systems.


This comment was imported from FlySpray: https://bugs.openttd.org/task/6274#comment13864

@DorpsGek
Copy link
Member Author

planetmaker closed the ticket.

Reason for closing: Implemented

In r27223 and r27224. Thanks for the patch.


This comment was imported from FlySpray: https://bugs.openttd.org/task/6274

@DorpsGek
Copy link
Member Author

AMDmi3 wrote:

Thank you!


This comment was imported from FlySpray: https://bugs.openttd.org/task/6274#comment13865

@DorpsGek DorpsGek added flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) Build system patch from FlySpray This issue is in fact a Patch, but imported from FlySrpay labels Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) patch from FlySpray This issue is in fact a Patch, but imported from FlySrpay
Projects
None yet
Development

No branches or pull requests

1 participant