summaryrefslogtreecommitdiff
path: root/databases/libgda4/files/patch-configure
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-01 22:05:39 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-01 22:05:39 +0000
commitcdd9171c1cdd1fbd8a001a247be92a6c14aeb7d2 (patch)
tree60cab826de9729728843b6bd8fef94b30ab67e3c /databases/libgda4/files/patch-configure
parentFix plist with non-default versions of python3 (diff)
Remove more obsolete gnome2 components
Diffstat (limited to 'databases/libgda4/files/patch-configure')
-rw-r--r--databases/libgda4/files/patch-configure47
1 files changed, 0 insertions, 47 deletions
diff --git a/databases/libgda4/files/patch-configure b/databases/libgda4/files/patch-configure
deleted file mode 100644
index ab25d332c7fa..000000000000
--- a/databases/libgda4/files/patch-configure
+++ /dev/null
@@ -1,47 +0,0 @@
---- configure.orig 2010-11-28 20:28:23.000000000 -0500
-+++ configure 2010-11-28 20:28:54.000000000 -0500
-@@ -19487,9 +19487,9 @@ $as_echo_n "checking if gobject-introspe
- INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
- INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
- INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
-- INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)}
-+ INTROSPECTION_GIRDIR=`echo ${INTROSPECTION_GIRDIR} | sed -e "s|${datadir}|\\\$(datadir)|"`
- INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
-- INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)}
-+ INTROSPECTION_TYPELIBDIR=`echo ${INTROSPECTION_TYPELIBDIR} | sed -e "s|${libdir}|\\\$(libdir)|"`
- INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
- INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
- INTROSPECTION_MAKEFILE=$introspection_makefile
-@@ -19589,14 +19589,14 @@ fi
-
- if test "$enable_crypto" = "yes"
- then
-- as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
-+# as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
- fi
- elif test $pkg_failed = untried; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
- $as_echo "no" >&6; }
- if test "$enable_crypto" = "yes"
- then
-- as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
-+# as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
- fi
- else
- LIBCRYPTO_CFLAGS=$pkg_cv_LIBCRYPTO_CFLAGS
-@@ -21776,6 +21776,15 @@ $as_echo "#define MDB_BIND_COLUMN_FOUR_A
- fi
- CFLAGS="$save_CFLAGS"
- fi
-+ else
-+ if false; then
-+ MDB_TRUE=
-+ MDB_FALSE='#'
-+else
-+ MDB_TRUE='#'
-+ MDB_FALSE=
-+fi
-+
- fi
-
- if test "$mdbtools_found" = "yes"; then