From ea9efcafe262461676df57acd96345d4a66a1ec0 Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Thu, 27 Jan 2022 11:54:18 -0800 Subject: devel/glade: Update to 3.38.2 --- devel/glade/files/patch-configure | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 devel/glade/files/patch-configure (limited to 'devel/glade/files/patch-configure') 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 - -- cgit v1.2.3