467338098e
Fix kcalcore build error. The same fix has been submitted to Alpine. In file included from /home/pmos/build/src/kcalcore-18.12.3/src/icalformat.cpp:45: /usr/include/libical/icalss.h:492:10: fatal error: db.h: No such file or directory #include <db.h> ^~~~~~ Related: * https://gitlab.com/postmarketOS/pmaports/issues/229 * https://github.com/alpinelinux/aports/pull/6986
11 lines
283 B
Diff
11 lines
283 B
Diff
--- ./configure.in.orig 2012-12-31 20:03:51.355227119 +0000
|
|
+++ ./configure.in 2012-12-31 20:04:03.445327143 +0000
|
|
@@ -5,7 +5,7 @@
|
|
AC_CANONICAL_SYSTEM
|
|
AM_INIT_AUTOMAKE
|
|
|
|
-AM_CONFIG_HEADER(config.h)
|
|
+AC_CONFIG_HEADER(config.h)
|
|
|
|
dnl Initialize maintainer mode
|
|
AM_MAINTAINER_MODE
|