diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2018-01-11 23:49:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-13 07:13:02 +0700 |
commit | b9b275c473add8b1e6afb7065f2cf4f14960691c (patch) | |
tree | 01f06a179db5f643e9a6ac0985d274f00488ca48 /office/texmacs/texmacs.SlackBuild | |
parent | 490713acaee112d241581d46763739757cfee4a3 (diff) | |
download | slackbuilds-b9b275c473add8b1e6afb7065f2cf4f14960691c.tar.gz |
office/texmacs: Updated for version 1.99.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texmacs/texmacs.SlackBuild')
-rw-r--r-- | office/texmacs/texmacs.SlackBuild | 6 |
1 files changed, 4 insertions, 2 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} \ |