mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
which is the defuault version. Clean up the port while here. Reported by: Matthew D. Fuller
11 lines
347 B
Text
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
|