summaryrefslogtreecommitdiffstats
path: root/development/obnc/obnc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/obnc/obnc.SlackBuild')
-rw-r--r--development/obnc/obnc.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/development/obnc/obnc.SlackBuild b/development/obnc/obnc.SlackBuild
index 29086cc7a3..4cce16f658 100644
--- a/development/obnc/obnc.SlackBuild
+++ b/development/obnc/obnc.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=obnc
-VERSION=${VERSION:-0.9.1}
+VERSION=${VERSION:-0.10.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,7 +71,8 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-./build --prefix=/usr --libdir=lib${LIBDIRSUFFIX}
+./build --use-long-int --use-long-real \
+ --prefix=/usr --libdir=lib${LIBDIRSUFFIX}
./install --destdir=$PKG