From c6292ffd86927c5a0b24ffb89ed53ec10ab1a510 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Thu, 13 Oct 2016 18:11:48 +0200 Subject: [PATCH] Fixing compilation of volumeicon again --- satellites/volumeicon.sat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/satellites/volumeicon.sat b/satellites/volumeicon.sat index e2dd7ca..769e16d 100644 --- a/satellites/volumeicon.sat +++ b/satellites/volumeicon.sat @@ -16,11 +16,12 @@ fi header_end cd "$name-$version" +sed -i -e 's/-DCOMPILEWITH_NOTIFY/ &/' ./configure.ac +sed -i -e 's/-DCOMPILEWITH_NOTIFY/ &/' ./configure + if option !gtk3; then patch -p2 -i ../gtk2.patch autoreconf -i -else - sed -i -e 's/-DCOMPILEWITH_NOTIFY/ &/' ./configure fi compile_configure -- --enable-notify