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

arm64/aarch64 build fixes for nettle7 and libid3tag #962

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ PatchScript: <<
<<
#
ConfigureParams: <<
("%m" = "arm64") --host=aarch64-apple-darwin`uname -r` \
--enable-shared \
--disable-openssl
<<
Expand Down
1 change: 1 addition & 0 deletions 10.9-libcxx/stable/main/finkinfo/sound/libid3tag.info
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ PatchScript: <<
%{default_script}
perl -pi.bak -e 's,-flat_namespace -undefined suppress,-twolevel_namespace -undefined error,g' configure && perl -pi.bak -e 's,FINK_PREFIX,%p,g' id3tag.pc
<<
UpdateConfigGuess: true
InstallScript: <<
make install DESTDIR=%d && mkdir -p %i/lib/pkgconfig && mv id3tag.pc %i/lib/pkgconfig/
<<
Expand Down