view src/qwt-1-fixes.patch @ 6215:d18a5545df0d release

build-gettext: Don't build emacs bindings. * src/build-gettext.mk: The `emacs` installed on the build system might be incompatible with the STL built by build-gcc. We probably don't need the emacs bindings for the `gettext` build tool anyway. So skip building those bindings.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 07 May 2022 12:01:10 +0200
parents 67e8e0fe5cb8
children
line wrap: on
line source

This file is part of MXE.
See index.html for further information.

--- qwt-6.0.1/qwtconfig.pri	2011-08-01 16:34:05.000000000 +0200
+++ qwt-6.0.1/qwtconfig.pri	2011-12-03 10:14:53.371757822 +0100
@@ -23,7 +23,7 @@
 }
 
 win32 {
-    QWT_INSTALL_PREFIX    = C:/Qwt-$$QWT_VERSION
+#    QWT_INSTALL_PREFIX    = C:/Qwt-$$QWT_VERSION
 }
 
 QWT_INSTALL_DOCS      = $${QWT_INSTALL_PREFIX}/doc
@@ -58,7 +58,7 @@
 # it will be a static library.
 ######################################################################
 
-QWT_CONFIG           += QwtDll
+#QWT_CONFIG           += QwtDll
 
 ######################################################################
 # QwtPlot enables all classes, that are needed to use the QwtPlot