diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2011-04-01 23:45:41 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-03 09:34:01 -0500 |
commit | 754b697d37159d0c62be78e1cfe222cd2b09dc88 (patch) | |
tree | b231874467ba71c62590b81bc7f72de5d63c2e35 /office/osmo/osmo.SlackBuild | |
parent | 55f2a9d9e88bce6d97ee405c9081c825025f3ec5 (diff) | |
download | slackbuilds-754b697d37159d0c62be78e1cfe222cd2b09dc88.tar.gz |
office/osmo: Updated for version 0.2.10.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/osmo/osmo.SlackBuild')
-rw-r--r-- | office/osmo/osmo.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/office/osmo/osmo.SlackBuild b/office/osmo/osmo.SlackBuild index cc604a2a5c..1f2e5292e1 100644 --- a/office/osmo/osmo.SlackBuild +++ b/office/osmo/osmo.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=osmo -VERSION=${VERSION:-0.2.8} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.2.10} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -79,7 +79,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -CFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS -I/usr/include/libical" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ |