summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--office/texmacs/texmacs.SlackBuild6
-rw-r--r--office/texmacs/texmacs.info6
2 files changed, 7 insertions, 5 deletions
diff --git a/office/texmacs/texmacs.SlackBuild b/office/texmacs/texmacs.SlackBuild
index 8c90dde959..e9fa1eafc8 100644
--- a/office/texmacs/texmacs.SlackBuild
+++ b/office/texmacs/texmacs.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=texmacs
-VERSION=${VERSION:-1.99.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.99.6}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=TeXmacs
@@ -86,8 +86,10 @@ sed -i \
-e '/gnome 2/d' \
Makefile.in
+# force to use g++, clang++ will cause compile error
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
+CXX="g++" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
diff --git a/office/texmacs/texmacs.info b/office/texmacs/texmacs.info
index 77faf71bfe..4d8b0f0bed 100644
--- a/office/texmacs/texmacs.info
+++ b/office/texmacs/texmacs.info
@@ -1,8 +1,8 @@
PRGNAM="texmacs"
-VERSION="1.99.2"
+VERSION="1.99.6"
HOMEPAGE="http://www.texmacs.org"
-DOWNLOAD="http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.99.2-src.tar.gz"
-MD5SUM="544ee0ada9a7fe0ea39e33d94e8d5ff5"
+DOWNLOAD="http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.99.6-src.tar.gz"
+MD5SUM="7e7d7d7a72e0a065cde7e5a39d5408c4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="guile1.8"