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

p5-extutils-makemaker: fix Makefile generation on Tiger #13529

Merged
merged 1 commit into from
Jan 18, 2022

Conversation

evanmiller
Copy link
Contributor

Description

Without this patch, ExtUtils::MakeMaker produces Makefiles that will not compile on Tiger. Tested by building p5-locale-gettext, which will not build with unmodified MakeMaker.

Type(s)
  • bugfix
  • enhancement
  • security fix
Tested on

macOS 10.4.11
Xcode x.y

Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • referenced existing tickets on Trac with full URL?
  • checked your Portfile with port lint?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?

@ryandesign
Copy link
Contributor

This change doesn't look MacPorts-specific. Have you proposed it to the developers? Can you include a URL to that proposal?

@evanmiller
Copy link
Contributor Author

Unmerged upstream PR is here Perl-Toolchain-Gang/ExtUtils-MakeMaker#412

@pmetzger pmetzger merged commit 6317ad9 into macports:master Jan 18, 2022
bingos pushed a commit to Perl-Toolchain-Gang/ExtUtils-MakeMaker that referenced this pull request Jul 22, 2022
Mac OS X 10.4 and earlier do not support -rpath. Fixes issue #410 by
including patch given in

macports/macports-ports#13529
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants