aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/schroedinger/files/configure.ac.patch
blob: ac5e7eebec96ae932bc452407273072ae4bcf550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: schroedinger-1.0.9/configure.ac
===================================================================
--- schroedinger-1.0.9.orig/configure.ac
+++ schroedinger-1.0.9/configure.ac
@@ -54,7 +54,7 @@ if test "x${HAVE_ORC}" != xyes ; then
   AC_ERROR([orc-0.4 >= $ORC_VER is required])
 fi
 SCHRO_PKG_DEPS="$SCHRO_PKG_DEPS orc-0.4 >= $ORC_VER"
-ORCC=`$PKG_CONFIG --variable=orcc orc-0.4`
+ORCC=$STAGING_DIR`$PKG_CONFIG --variable=orcc orc-0.4`
 AC_SUBST(ORCC)
 
 AC_ARG_WITH([thread],