[Bug 269654] databases/mariadb106-server: fix typo in mysql_config patch

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 18 Feb 2023 14:52:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269654

            Bug ID: 269654
           Summary: databases/mariadb106-server: fix typo in mysql_config
                    patch
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brnrd@freebsd.org
          Reporter: osidorkin@gmail.com
             Flags: maintainer-feedback?(brnrd@freebsd.org)
          Assignee: brnrd@freebsd.org
 Attachment #240237 maintainer-approval?
             Flags:

Created attachment 240237
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=240237&action=edit
patch to fix typo in the mysql_config patch (apply via git am)

This patch fixes mysql_config --libmysqld-libs output (and amarok build with
mariadb106).

Without patch: -L/usr/local/lib/mysql  -lmysqld -/usr/local/lib
With patch: -L/usr/local/lib/mysql  -lmysqld -L/usr/local/lib

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