summaryrefslogtreecommitdiffstats
path: root/libreoffice
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-08-07 21:48:34 +0000
committer Eric Hameleers <alien@slackware.com>2014-08-07 21:48:34 +0000
commit2ec7ff2d1c1a6019dc8501297b8604b27c2001b1 (patch)
tree8cb5137d7933af5d801d056c2a10d31ff2801554 /libreoffice
parent63f53ae32d97830028d6109dcb25760f56fddbc7 (diff)
downloadasb-2ec7ff2d1c1a6019dc8501297b8604b27c2001b1.tar.gz
asb-2ec7ff2d1c1a6019dc8501297b8604b27c2001b1.tar.xz
Fix the libGLEW.so.1.9 linking issue
Diffstat (limited to 'libreoffice')
-rwxr-xr-xlibreoffice/build/libreoffice.SlackBuild9
-rwxr-xr-xlibreoffice/build/libreoffice43.SlackBuild9
2 files changed, 16 insertions, 2 deletions
diff --git a/libreoffice/build/libreoffice.SlackBuild b/libreoffice/build/libreoffice.SlackBuild
index aa209f46..4d655b56 100755
--- a/libreoffice/build/libreoffice.SlackBuild
+++ b/libreoffice/build/libreoffice.SlackBuild
@@ -175,6 +175,11 @@
# * Update.
# 4.3.0-1: 04/aug/2014 by Eric Hameleers <alien@slackware.com>
# * New major release with lots of improvements.
+# 4.3.0-2: 07/aug/2014 by Eric Hameleers <alien@slackware.com>
+# * Fix the issue with linking to libGLEW.so.1.9 which broke
+# the package on slackware-current.
+# Run "removepkg glew" before compiling if you build this
+# on Slackware 14.1 but want to use it on slackware-current.
#
# Run 'sh libreoffice.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -190,7 +195,7 @@ PRGNAM3=dict
PRGNAM4=sdkdoc
PRGNAM5=kde-integration
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-alien}
# SRCVER is the variable you control. It can be one of:
@@ -917,6 +922,7 @@ esac
--enable-epm \
--enable-ext-nlpsolver \
--enable-ext-wiki-publisher \
+ --enable-gltf \
--enable-hardlink-deliver \
--enable-odk \
--enable-opengl \
@@ -954,6 +960,7 @@ esac
--without-krb5 \
--without-myspell-dicts \
--without-system-harfbuzz \
+ --without-system-glew \
--without-system-jars \
--without-system-libvisio \
--without-system-poppler \
diff --git a/libreoffice/build/libreoffice43.SlackBuild b/libreoffice/build/libreoffice43.SlackBuild
index aa209f46..4d655b56 100755
--- a/libreoffice/build/libreoffice43.SlackBuild
+++ b/libreoffice/build/libreoffice43.SlackBuild
@@ -175,6 +175,11 @@
# * Update.
# 4.3.0-1: 04/aug/2014 by Eric Hameleers <alien@slackware.com>
# * New major release with lots of improvements.
+# 4.3.0-2: 07/aug/2014 by Eric Hameleers <alien@slackware.com>
+# * Fix the issue with linking to libGLEW.so.1.9 which broke
+# the package on slackware-current.
+# Run "removepkg glew" before compiling if you build this
+# on Slackware 14.1 but want to use it on slackware-current.
#
# Run 'sh libreoffice.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -190,7 +195,7 @@ PRGNAM3=dict
PRGNAM4=sdkdoc
PRGNAM5=kde-integration
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-alien}
# SRCVER is the variable you control. It can be one of:
@@ -917,6 +922,7 @@ esac
--enable-epm \
--enable-ext-nlpsolver \
--enable-ext-wiki-publisher \
+ --enable-gltf \
--enable-hardlink-deliver \
--enable-odk \
--enable-opengl \
@@ -954,6 +960,7 @@ esac
--without-krb5 \
--without-myspell-dicts \
--without-system-harfbuzz \
+ --without-system-glew \
--without-system-jars \
--without-system-libvisio \
--without-system-poppler \