From 646ce5497636c87bde71bcb22c1939c06ea3dc97 Mon Sep 17 00:00:00 2001 From: "7thyearold@339ab97e59cee5c85e14df94a5059f251a143e65" <7thyearold@web> Date: Mon, 30 May 2022 09:52:11 +0000 Subject: [PATCH] Added a comment --- ..._3473c3d4207a8387d962366dd1aa88b1._comment | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/bugs/FreeBSD_patches/comment_1_3473c3d4207a8387d962366dd1aa88b1._comment diff --git a/doc/bugs/FreeBSD_patches/comment_1_3473c3d4207a8387d962366dd1aa88b1._comment b/doc/bugs/FreeBSD_patches/comment_1_3473c3d4207a8387d962366dd1aa88b1._comment new file mode 100644 index 0000000000..59e265ba00 --- /dev/null +++ b/doc/bugs/FreeBSD_patches/comment_1_3473c3d4207a8387d962366dd1aa88b1._comment @@ -0,0 +1,33 @@ +[[!comment format=mdwn + username="7thyearold@339ab97e59cee5c85e14df94a5059f251a143e65" + nickname="7thyearold" + avatar="http://cdn.libravatar.org/avatar/bec2e77ce4d1f264936115aa20c6b194" + subject="comment 1" + date="2022-05-30T09:52:11Z" + content=""" +```diff +diff --git a/git-annex.cabal b/git-annex.cabal +index 0a50878eb..63d79bde9 100644 +--- a/git-annex.cabal ++++ b/git-annex.cabal +@@ -396,8 +396,7 @@ Executable git-annex + GHC-Options: -O0 + + -- Avoid linking with unused dynamic libaries. +- -- (Only tested on Linux). +- if os(Linux) ++ if os(Linux) || os(freebsd) + GHC-Options: -optl-Wl,--as-needed + + if (os(windows)) +@@ -517,7 +516,7 @@ Executable git-annex + Other-Modules: Utility.DirWatcher.Kqueue + + if flag(Dbus) +- if (os(linux)) ++ if os(linux) || os(freebsd) + Build-Depends: dbus (>= 0.10.7), fdo-notify (>= 0.3) + CPP-Options: -DWITH_DBUS -DWITH_DESKTOP_NOTIFY -DWITH_DBUS_NOTIFICATIONS + Other-Modules: Utility.DBus +``` +"""]]