Skip to content

Update gperf to v3.2 #1

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update gperf to v3.2 #1

wants to merge 1 commit into from

Conversation

donny-dont
Copy link
Contributor

The gperf 3.2 release happened early this year but the release wasn't packaged on their ftp. Use a GitHub mirror of the sources instead.

Build is modified to use a static runtime on Windows. It also targets Windows 8.1. This is to make sure that the executable runs within the docker-webkit-dev containers.

@donny-dont donny-dont requested a review from foopoiuyt April 14, 2022 20:34
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.15)

set(CMAKE_SYSTEM_VERSION 8.1 CACHE TYPE INTERNAL FORCE)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be in the portfile right?

The gperf 3.2 release happened early this year but the release wasn't packaged on their ftp. Use a GitHub mirror of the sources instead.

Build is modified to use a static runtime on Windows. It also targets Windows 8.1. This is to make sure that the executable runs within the docker-webkit-dev containers.
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.

1 participant