mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 18:00:18 +02:00
plplot: disable detection of pango for now, since that can break compilation
This commit is contained in:
parent
cee4a8d99b
commit
9ab42d3105
@ -41,7 +41,7 @@ endef
|
|||||||
|
|
||||||
define Host/Compile
|
define Host/Compile
|
||||||
$(if $(CONFIG_PACKAGE_plplot-octave),$(Host/Compile/Octave),)
|
$(if $(CONFIG_PACKAGE_plplot-octave),$(Host/Compile/Octave),)
|
||||||
$(MAKE) -C $(HOST_BUILD_DIR)/build_dir -j4
|
$(MAKE) -C $(HOST_BUILD_DIR)/build_dir VERBOSE=1 -j4
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Install/Octave
|
define Host/Install/Octave
|
||||||
|
14
plplot/patches/070-disable-pango.patch
Normal file
14
plplot/patches/070-disable-pango.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Index: plplot-5.9.7/cmake/modules/plplot.cmake
|
||||||
|
===================================================================
|
||||||
|
--- plplot-5.9.7.orig/cmake/modules/plplot.cmake 2011-02-15 22:31:43.000000000 +0100
|
||||||
|
+++ plplot-5.9.7/cmake/modules/plplot.cmake 2011-02-15 22:32:09.000000000 +0100
|
||||||
|
@@ -493,7 +493,8 @@
|
||||||
|
# =======================================================================
|
||||||
|
# libpango support
|
||||||
|
# =======================================================================
|
||||||
|
-include(pango)
|
||||||
|
+# pango disabled for now. compilation fails on openwrt (?).
|
||||||
|
+#include(pango)
|
||||||
|
|
||||||
|
# =======================================================================
|
||||||
|
# Device drivers
|
Loading…
Reference in New Issue
Block a user