mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
14 lines
423 B
Text
14 lines
423 B
Text
# find heimal from base, make configurable ?
|
|
|
|
--- shell/meson.build.orig 2018-04-28 21:51:43.246323000 +0200
|
|
+++ shell/meson.build 2018-04-28 21:54:37.283829000 +0200
|
|
@@ -97,7 +97,8 @@
|
|
dependencies: shell_deps,
|
|
c_args: cflags,
|
|
link_with: panels_libs + [libshell],
|
|
- install: true
|
|
+ install: true,
|
|
+ install_rpath : '/usr/lib'
|
|
)
|
|
|
|
# Because it is confusing and somewhat problematic to directly add and compile
|