freebsd-ports/textproc/rubygem-sassc/files/patch-ext-extconf.rb
Sunpoet Po-Chuan Hsieh ad3314533f Update to 2.1.0
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/sass/sassc-ruby/blob/master/CHANGELOG.md
2019-09-08 19:32:02 +00:00

11 lines
275 B
Ruby

--- ext/extconf.rb.orig 2019-09-07 21:32:44 UTC
+++ ext/extconf.rb
@@ -28,7 +28,7 @@ end
if enable_config('lto', true)
$CFLAGS << ' -flto'
$CXXFLAGS << ' -flto'
- $LDFLAGS << ' -flto'
+ $LDFLAGS << ' -flto -fuse-ld=lld'
end
# Disable noisy compilation warnings.