[112874] trunk/dports/devel/zeitgeist/files/patch-configure.ac.diff

devans at macports.org devans at macports.org
Sun Nov 3 00:04:33 PDT 2013


Revision: 112874
          https://trac.macports.org/changeset/112874
Author:   devans at macports.org
Date:     2013-11-03 00:04:33 -0700 (Sun, 03 Nov 2013)
Log Message:
-----------
zeitgeist: fix configuration check for python-rdflib.

Modified Paths:
--------------
    trunk/dports/devel/zeitgeist/files/patch-configure.ac.diff

Modified: trunk/dports/devel/zeitgeist/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/devel/zeitgeist/files/patch-configure.ac.diff	2013-11-03 06:54:13 UTC (rev 112873)
+++ trunk/dports/devel/zeitgeist/files/patch-configure.ac.diff	2013-11-03 07:04:33 UTC (rev 112874)
@@ -1,5 +1,5 @@
 --- configure.ac.orig	2013-06-17 19:42:57.000000000 -0700
-+++ configure.ac	2013-08-24 12:55:20.000000000 -0700
++++ configure.ac	2013-11-02 23:53:49.000000000 -0700
 @@ -7,6 +7,17 @@
  
  AM_PATH_PYTHON
@@ -18,3 +18,12 @@
  AC_PROG_CC
  AM_PROG_CC_C_O
  AC_PROG_CXX
+@@ -270,7 +281,7 @@
+ 
+ # check for python-rdflib
+ AC_MSG_CHECKING([for python-rdflib])
+-echo "import rdflib" | python - 2>/dev/null
++echo "import rdflib" | $PYTHON - 2>/dev/null
+ if test $? -ne 0 ; then
+   AC_MSG_FAILURE([failed.  Please install the python-rdflib package.])
+ else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131103/7e260734/attachment.html>


More information about the macports-changes mailing list