Date:2011-02-15 22:39:58 (13 years 1 month ago)
Author:David Kühling
Commit:9ab42d31051c429967aab1cebb3170547364636e
Message:plplot: disable detection of pango for now, since that can break compilation

Files: plplot/Makefile (1 diff)
plplot/patches/070-disable-pango.patch (1 diff)

Change Details

plplot/Makefile
4141
4242define Host/Compile
4343    $(if $(CONFIG_PACKAGE_plplot-octave),$(Host/Compile/Octave),)
44    $(MAKE) -C $(HOST_BUILD_DIR)/build_dir -j4
44    $(MAKE) -C $(HOST_BUILD_DIR)/build_dir VERBOSE=1 -j4
4545endef
4646
4747define Host/Install/Octave
plplot/patches/070-disable-pango.patch
1Index: plplot-5.9.7/cmake/modules/plplot.cmake
2===================================================================
3--- plplot-5.9.7.orig/cmake/modules/plplot.cmake 2011-02-15 22:31:43.000000000 +0100
4@@ -493,7 +493,8 @@
5 # =======================================================================
6 # libpango support
7 # =======================================================================
8-include(pango)
9+# pango disabled for now. compilation fails on openwrt (?).
10+#include(pango)
11
12 # =======================================================================
13 # Device drivers

Archive Download the corresponding diff file



interactive