| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/gtk-doc/files/ |
Upload File : |
--- meson.build.orig 2020-11-17 13:56:44 UTC
+++ meson.build
@@ -7,7 +7,7 @@ project('gtk-doc', 'c',
gnome = import('gnome')
python = import('python') # Meson new Python module https://mesonbuild.com/Python-module.html
-python3 = python.find_installation('python3')
+python3 = python.find_installation()
version = meson.project_version()
package_name = meson.project_name()
@@ -163,7 +163,7 @@ configure_file(
output: 'gtk-doc.pc',
configuration: gtkdoc_pc,
install: true,
- install_dir: pkgconfigdir,
+ install_dir: join_paths(libdir, 'pkgconfig'),
)
subdir('help')