From 4f46fc96f1784a3d0f97de99ffe91c8df2c4aa58 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Mon, 3 Oct 2016 18:32:15 +0200 Subject: [PATCH] Fixing volumeicon again --- satellites/volumeicon.sat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/satellites/volumeicon.sat b/satellites/volumeicon.sat index e69ae89..e2dd7ca 100644 --- a/satellites/volumeicon.sat +++ b/satellites/volumeicon.sat @@ -19,8 +19,9 @@ cd "$name-$version" if option !gtk3; then patch -p2 -i ../gtk2.patch autoreconf -i +else + sed -i -e 's/-DCOMPILEWITH_NOTIFY/ &/' ./configure fi -sed -i -e 's/-DCOMPILEWITH_NOTIFY/ &/' ./configure compile_configure -- --enable-notify # vim:set tabstop=4 shiftwidth=4 syntax=sh et: