diff options
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 8c90dde9596b..e9fa1eafc8e7 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} \ |