]> git.pld-linux.org Git - packages/libpst.git/commitdiff
- fixes build (missing quotation)
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 25 Feb 2010 20:50:21 +0000 (20:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpst-m4.patch -> 1.1

libpst-m4.patch [new file with mode: 0644]

diff --git a/libpst-m4.patch b/libpst-m4.patch
new file mode 100644 (file)
index 0000000..a6368bd
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN libpst-0.6.45/m4/ax_boost_python.m4 libpst-0.6.45.new//m4/ax_boost_python.m4
+--- libpst-0.6.45/m4/ax_boost_python.m4        2009-12-11 17:46:02.000000000 +0100
++++ libpst-0.6.45.new//m4/ax_boost_python.m4   2010-02-25 18:30:56.813698020 +0100
+@@ -63,7 +63,7 @@
+  AC_LANG_CPLUSPLUS
+  CPPFLAGS_SAVE=$CPPFLAGS
+  if test x$PYTHON_INCLUDE_DIR != x; then
+-   CPPFLAGS=-I$PYTHON_INCLUDE_DIR $CPPFLAGS
++   CPPFLAGS="-I$PYTHON_INCLUDE_DIR $CPPFLAGS"
+  fi
+  AC_COMPILE_IFELSE(AC_LANG_PROGRAM([[
+  #include <boost/python/module.hpp>
This page took 0.065079 seconds and 4 git commands to generate.