diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-03-29 22:03:15 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-03-31 12:48:02 +0100 |
commit | 373a6935a0422dc37894235e06500086169c1bc5 (patch) | |
tree | bb8d437a182520f040f9f12bf0d8088c0794b493 /desktop | |
parent | 1cc2bba74733c0b4fdefb34712d337a5834d17f9 (diff) | |
download | slackbuilds-373a6935a0422dc37894235e06500086169c1bc5.tar.gz |
desktop/cairo-compmgr: Fixed build with new binutils.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/cairo-compmgr/cairo-compmgr.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/cairo-compmgr/cairo-compmgr.SlackBuild b/desktop/cairo-compmgr/cairo-compmgr.SlackBuild index 7e37b9e6f0..e05940fc19 100644 --- a/desktop/cairo-compmgr/cairo-compmgr.SlackBuild +++ b/desktop/cairo-compmgr/cairo-compmgr.SlackBuild @@ -70,6 +70,7 @@ patch -p1 < $CWD/patches/cairo-compmgr-link-libICE.patch # gobject introspection will not be 'stable' until GTK+3 CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ +CPPFLAGS="-I/usr/include/libiberty" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ |