diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-05-13 19:02:49 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-05-13 19:02:49 +0000 |
commit | c2e1f33936025cc7cfdb6bf034e41a533e0e3754 (patch) | |
tree | d5fd0a8f2e230f276a337766175433541a16b07a /mail/milter-manager/files/patch-configure | |
parent | graphics/poppler: update to 0.76.1 (diff) |
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
Notes
Notes:
svn path=/head/; revision=501584
Diffstat (limited to 'mail/milter-manager/files/patch-configure')
-rw-r--r-- | mail/milter-manager/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/milter-manager/files/patch-configure b/mail/milter-manager/files/patch-configure new file mode 100644 index 000000000000..ba66440dbb59 --- /dev/null +++ b/mail/milter-manager/files/patch-configure @@ -0,0 +1,11 @@ +--- 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 |