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 linking order for freetype, $(PORTLIBS) expansion for include dirs #23

Merged
merged 1 commit into from
Dec 30, 2019

Conversation

eigenform
Copy link
Contributor

@eigenform eigenform commented Feb 22, 2019

  • Correct ordering of $(LIBS) flags (because libfreetype depends on libbz2)
  • Expand paths to include/freetype2/ in a way where it's compatible with setups where $(PORTLIBS) expands to multiple directories

I needed these changes to compile with dkPPC r34 [on Linux].

- Fix ordering of flags for linked libraries (libfreetype depends on libbz2)
- Account for the possibility that $(PORTLIBS) expands to multiple directories
@dborth dborth merged commit 640e942 into dborth:master Dec 30, 2019
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