Package: libgarmin / 0~svn320-6

Metadata

Package Version Patches format
libgarmin 0~svn320-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dont build binaries | (download)

Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
libtoolize | (download)

Makefile.inc | 2 1 + 1 - 0 !
autosh.sh | 2 1 + 1 - 0 !
configure.ac | 9 8 + 1 - 0 !
src/Makefile.am | 11 7 + 4 - 0 !
4 files changed, 17 insertions(+), 7 deletions(-)

---
move fcntl before libgarmin_priv | (download)

src/garmin_mdr.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs on kfreebsd-* archs
 libgarmin-priv.h defines O_NOATIME which is then declared as an enum
 by fcntl.h, causing a compilation error.
 Moving the include of fcntl.h above libgarmin-priv.h fixes the
 problem.
automake | (download)

Makefile.inc | 3 2 + 1 - 0 !
configure.ac | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-)

 fix ftbfs due to automake warnings treated as errors