openbsd-ports/x11/gdesklets/patches/patch-configure
ajacoutot 23325e461a - update to gdesklets-0.36.1
several sample desklets are now installed by default

ok pea@
2008-12-21 10:36:30 +00:00

21 lines
753 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2008/12/21 10:36:30 ajacoutot Exp $
--- configure.orig Fri Oct 31 09:53:24 2008
+++ configure Sat Dec 20 16:09:27 2008
@@ -20465,7 +20465,6 @@ echo "${ECHO_T}no" >&6; }
fi
-CFLAGS="-Os -g"
# Check whether --enable-debug was given.
if test "${enable_debug+set}" = set; then
@@ -20694,7 +20693,7 @@ echo "${ECHO_T}$am_cv_python_pyexecdir" >&6; }
fi
-PYTHON_PREFIX=`python -c "import sys; print sys.prefix"`
+PYTHON_PREFIX=`$PYTHON -c "import sys; print sys.prefix"`
PYTHON_CFLAGS="-I$PYTHON_PREFIX/include/python$PYTHON_VERSION"
as_ac_Header=`echo "ac_cv_header_$PYTHON_PREFIX/include/python$PYTHON_VERSION/Python.h" | $as_tr_sh`
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then