[Bug 218659] devel/glib20 not fully PREFIX-safe

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 12 04:28:28 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218659

beldin at beldin.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |beldin at beldin.org

--- Comment #3 from beldin at beldin.org ---
I found this patch solved it for me, whether LOCALBASE or PREFIX is the better
option I don't know.



Index: pkg-plist
===================================================================
--- pkg-plist   (revision 440469)
+++ pkg-plist   (working copy)
@@ -324,8 +324,8 @@
 share/aclocal/glib-gettext.m4
 share/aclocal/gsettings.m4
 share/bash-completion/completions/gapplication
-share/gdb/auto-load/usr/local/lib/libglib-2.0.so.%%LIBVERSION%%-gdb.py
-share/gdb/auto-load/usr/local/lib/libgobject-2.0.so.%%LIBVERSION%%-gdb.py
+share/gdb/auto-load%%LOCALBASE%%/lib/libglib-2.0.so.%%LIBVERSION%%-gdb.py
+share/gdb/auto-load%%LOCALBASE%%/lib/libgobject-2.0.so.%%LIBVERSION%%-gdb.py
 share/gettext/its/gschema.its
 share/gettext/its/gschema.loc
 share/glib-2.0/codegen/__init__.py

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gnome mailing list