mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
ChangeLog: https://github.com/zquestz/plank-reloaded/releases/tag/0.11.114 * Switch to Meson build system * Remove unneeded patch * Build battery docklet PR: 285136 Reported by: duchateau.olivier@gmail.com Approved by: daniel@shafer.cc (maintainer, timeout > 3 weeks)
13 lines
365 B
Text
13 lines
365 B
Text
--- meson.build.orig 2025-02-28 03:58:18 UTC
|
|
+++ meson.build
|
|
@@ -138,10 +138,8 @@ add_project_arguments(
|
|
)
|
|
add_project_arguments(
|
|
[
|
|
- '-Wno-discarded-qualifiers',
|
|
'-Wno-incompatible-pointer-types',
|
|
'-Wno-unused',
|
|
- '-Wl,--enable-new-dtags',
|
|
|
|
'-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()),
|
|
'-DGMENU_I_KNOW_THIS_IS_UNSTABLE',
|