components/desktop/colord/patches/01-lcms-build.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Wed, 12 Oct 2016 05:02:11 -0700
changeset 7099 58b579e0ff32
parent 6676 447ee8f869db
permissions -rw-r--r--
24836953 firefox/thunderbird js test failures
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6676
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
Upstream forgot to include LCMS_CFLAGS when building client; works on Linux
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
since header file is typically installed in /usr/include instead of
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
/usr/include/lcms (as it is on Solaris).
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
Need to file upstream bug
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
--- colord-1.1.8/client/Makefile.am	2014-09-12 01:40:27.000000000 -0700
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
+++ colord-1.1.8/client/Makefile.am	2015-07-07 13:43:26.845133914 -0700
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
@@ -2,6 +2,7 @@
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
 	$(PIE_CFLAGS)					\
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
 	$(GLIB_CFLAGS)					\
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
 	$(GTK_CFLAGS)					\
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
+	$(LCMS_CFLAGS)					\
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
 	-I$(top_srcdir)					\
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
 	-I$(top_srcdir)/lib				\
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
 	-I$(top_builddir)/lib				\