Package: djview4 / 4.12-2
Metadata
Package | Version | Patches format |
---|---|---|
djview4 | 4.12-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 cross build pkg config info.patch | (download) |
config/acinclude.m4 |
26 2 24 - 0 ! |
cross build pkg-config info Issue: djview4 FTCBFS: uses custom, broken macro AC_PROG_PKG_CONFIG See: https://bugs.debian.org/886304 djview4 fails to cross build from source, because it uses the build architecture pkg-config rather than the host architecture one. This is due to its use of AC_PROG_PKG_CONFIG, which fails to consider $ac_tool_prefix. After replacing the macro with the upstream macro PKG_PROG_PKG_CONFIG (from pkg.m4 in pkg-config), the build continues a bit further and uses the wrong qmake. I need to discuss the qmake issue with the qt people. Can you apply the attached patch anyway and close this bug report when doing so? That'd make the qmake failure immediately visible and thus easier to discuss. |
debian changes | (download) |
config/acinclude.m4 |
4 2 2 - 0 ! |
--- |
1