mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
606 B
Diff
12 lines
606 B
Diff
--- libreoffice-5.1.3.2/configure.ac 2016-05-12 21:26:13.099948527 +0200
|
|
+++ libreoffice-5.1.3.2/configure.ac.new 2016-05-12 21:46:50.613664941 +0200
|
|
@@ -11169,6 +11169,9 @@
|
|
if test "x$kde_incdir" = "xno"; then
|
|
AC_MSG_ERROR([KDE4 headers not found. Please specify the root of your KDE4 installation by exporting KDE4DIR before running "configure".])
|
|
fi
|
|
+ # see http://bugs.debian.org/823145. -isystem /usr/include fails with
|
|
+ # gcc6
|
|
+ if test "$kde_incdir" = "/usr/include"; then kde_incdir=; fi
|
|
|
|
dnl Check for KDE4 libraries
|
|
AC_MSG_CHECKING([for KDE4 libraries])
|