summaryrefslogtreecommitdiff
path: root/devel/glade/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'devel/glade/files/patch-configure')
-rw-r--r--devel/glade/files/patch-configure24
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/glade/files/patch-configure b/devel/glade/files/patch-configure
deleted file mode 100644
index a8cd112ecdcf..000000000000
--- a/devel/glade/files/patch-configure
+++ /dev/null
@@ -1,24 +0,0 @@
---- configure.orig 2016-04-07 13:52:21.629199000 +0200
-+++ configure 2016-04-07 13:53:25.241848000 +0200
-@@ -14929,7 +14929,7 @@
-
- print(' '.join(incldirs))
- "
--if test "x$PYTHON_INCLUDES" == x; then
-+if test "x$PYTHON_INCLUDES" = x; then
- PYTHON_INCLUDES=`$PYTHON -c "$am_python_print_includes"`
- fi
-
-@@ -14962,10 +14962,10 @@
- am_python_print_lib_loc="\
- from distutils import sysconfig as sc
- print(sc.get_config_var('LIBDIR'))"
--if test "x$PYTHON_LIBS" == x; then
-+if test "x$PYTHON_LIBS" = x; then
- PYTHON_LIBS=`$PYTHON -c "$am_python_print_libs"`
- fi
--if test "x$PYTHON_LIB_LOC" == x; then
-+if test "x$PYTHON_LIB_LOC" = x; then
- PYTHON_LIB_LOC=`$PYTHON -c "$am_python_print_lib_loc"`
- fi
-