Skip to content

Commit

Permalink
build-emacs-from-tar: Fix building new Emacs nightlies on oses < 10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
caldwell committed Mar 26, 2021
1 parent e41ca3f commit 3413716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-emacs-from-tar
Expand Up @@ -131,6 +131,7 @@ options[:min_os] = '10.6' if trunk && options[:min_os] == '10.5'
options[:extra_configure_flags] ||= []
options[:extra_configure_flags] += %w"--with-jpeg=no --with-png=no --with-gif=no --with-tiff=no" if os_maj_version == '10.6'
options[:extra_configure_flags] += %w"--with-gnutls=no" if disable_deps
options[:extra_configure_flags] += %w"CFLAGS=-DNSTextAlignmentRight=NSRightTextAlignment" if os_maj_version.to_f < 10.12
options[:parallel] = parallel if parallel
options[:libdir] = 'lib-' + arch.to_s + '-' + (options[:min_os] || os_maj_version).to_s.gsub('.','_') # see similar gsub in combine-and-package

Expand Down

0 comments on commit 3413716

Please sign in to comment.