Files
macports-ports/www/mod_python/files/patch-configure.diff
2014-12-17 02:46:05 +00:00

25 lines
693 B
Diff

--- configure-old 2009-04-01 04:38:10.000000000 +0200
+++ configure 2009-04-01 04:50:59.000000000 +0200
@@ -2906,12 +2906,6 @@
save_LDFLAGS="$LDFLAGS"
save_LIBS="$LIBS"
-if test "$PyFRAMEWORKDIR" != "no-framework"; then
- if test -n "$PyFRAMEWORK"; then
- PyPYTHONLIBS="-framework $PyFRAMEWORK"
- LDFLAGS="${LDFLAGS} -Wl,-framework,Python"
- fi
-else
LDFLAGS="${LDFLAGS} -L${PyLIBPL}"
as_ac_Lib=`echo "ac_cv_lib_python${PyVERSION}''_Py_NewInterpreter" | $as_tr_sh`
echo "$as_me:$LINENO: checking for Py_NewInterpreter in -lpython${PyVERSION}" >&5
@@ -2990,8 +2984,6 @@
fi
fi
-
-fi
LIBS="$save_LIBS"
# (actually this check already just happened above)