mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
11 lines
399 B
Ruby
11 lines
399 B
Ruby
--- ext/yarp/extconf.rb.orig 2023-08-29 19:49:53 UTC
|
|
+++ ext/yarp/extconf.rb
|
|
@@ -75,7 +75,7 @@ module Yarp
|
|
# normally we package up the configure and other files in the gem itself
|
|
system("templates/template.rb", exception: true)
|
|
end
|
|
- system("make", target, exception: true)
|
|
+ system("gmake", target, exception: true)
|
|
end
|
|
end
|
|
|