ports/mail/milter-manager/files/patch-configure
Rene Ladan c2e1f33936 Resurrect mail/milter-manager, it reportedly works fine with the Ruby 2.5
which is the defuault version.

Clean up the port while here.

Reported by:	Matthew D. Fuller
2019-05-13 19:02:49 +00:00

11 lines
347 B
Text

--- configure.orig 2017-06-28 06:21:45 UTC
+++ configure
@@ -14803,7 +14803,7 @@ fi
end
end
ruby_glib2_path = ruby_glib2_gem.full_gem_path
- print("-I ", File.join(ruby_glib2_path, "ext", "glib2"))')
+ print("-I ", File.join(ruby_glib2_path, "lib"))')
if test $? -eq 0; then
CFLAGS="$CFLAGS $RUBY_GLIB2_CFLAGS"
else