diff options
Diffstat (limited to 'office/osmo/osmo.SlackBuild')
-rw-r--r-- | office/osmo/osmo.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/office/osmo/osmo.SlackBuild b/office/osmo/osmo.SlackBuild index 8539fbab33..2f21d99a8d 100644 --- a/office/osmo/osmo.SlackBuild +++ b/office/osmo/osmo.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for Osmo +# Copyright 2014, Andrzej Telszewski <atelszewski@gmail.com> # Copyright 2008, 2009 Frank Caraballo <fecaraballo{at}gmail{dot}com> # All rights reserved. # @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=osmo -VERSION=${VERSION:-r928} +VERSION=${VERSION:-r938} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,7 +80,7 @@ find -L . \ ./autogen.sh || true -CFLAGS="$SLKCFLAGS -I/usr/include/libical" \ +CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ |