# HG changeset patch # User Mike Becker # Date 1764509599 -3600 # Node ID 6a687a7caed8963383f09ceb270f253159b262c7 # Parent 9661e947eec13e5f2b8f1b3e84bf6001b4a9f871 fix that pkgconfdir is only different on FreeBSD diff -r 9661e947eec1 -r 6a687a7caed8 configure --- a/configure Sun Nov 30 14:10:56 2025 +0100 +++ b/configure Sun Nov 30 14:33:19 2025 +0100 @@ -115,7 +115,7 @@ fi fi if true \ - && isplatform "bsd" \ + && isplatform "freebsd" \ ; then : if test -z "$pkgconfigdir__described__"; then @@ -126,7 +126,7 @@ fi fi if true \ - && notisplatform "bsd" \ + && notisplatform "freebsd" \ ; then : if test -z "$pkgconfigdir__described__"; then @@ -251,7 +251,7 @@ fi fi if true \ - && isplatform "bsd" \ + && isplatform "freebsd" \ ; then : if test -z "$pkgconfigdir__initialized__"; then @@ -260,7 +260,7 @@ fi fi if true \ - && notisplatform "bsd" \ + && notisplatform "freebsd" \ ; then : if test -z "$pkgconfigdir__initialized__"; then diff -r 9661e947eec1 -r 6a687a7caed8 make/project.xml --- a/make/project.xml Sun Nov 30 14:10:56 2025 +0100 +++ b/make/project.xml Sun Nov 30 14:33:19 2025 +0100 @@ -19,12 +19,12 @@ /bin/cp -f -R /bin/ln -s - + ${exec_prefix}/libdata/pkgconfig - + ${libdir}/pkgconfig