diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-07-03 10:07:29 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-07-03 10:07:29 +0000 |
commit | 1b3b645355be763b87fc6841e90b0404ee6a56b9 (patch) | |
tree | 359743ba7cde2d9534a048028e0b133889be5133 /devel/libdbusmenu/files/patch-configure | |
parent | - Add USE_AUTOTOOLS=autoheader and USES=libtool (diff) |
Library that provides GLib and Gtk implementation of the DBusMenu protocol.
The DBusMenu protocol make it possible for applications to export and import
their menus over DBus.
WWW: https://launchpad.net/libdbusmenu
Notes
Notes:
svn path=/head/; revision=360350
Diffstat (limited to 'devel/libdbusmenu/files/patch-configure')
-rw-r--r-- | devel/libdbusmenu/files/patch-configure | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/libdbusmenu/files/patch-configure b/devel/libdbusmenu/files/patch-configure new file mode 100644 index 000000000000..dd0a035b7e45 --- /dev/null +++ b/devel/libdbusmenu/files/patch-configure @@ -0,0 +1,22 @@ +--- ./configure.orig 2012-10-03 15:57:06.000000000 +0000 ++++ ./configure 2014-02-12 22:43:06.000000000 +0000 +@@ -14615,7 +14615,7 @@ + + fi + fi +- USE_NLS=yes ++ #USE_NLS=yes + + + gt_cv_have_gettext=no +@@ -15756,10 +15756,6 @@ + as_fn_error $? "conditional \"WANT_TESTS\" was never defined. + Usually this means the macro was only invoked conditionally." "$LINENO" 5 + fi +-if test -z "${HAVE_VALGRIND_TRUE}" && test -z "${HAVE_VALGRIND_FALSE}"; then +- as_fn_error $? "conditional \"HAVE_VALGRIND\" was never defined. +-Usually this means the macro was only invoked conditionally." "$LINENO" 5 +-fi + if test -z "${HAVE_INTROSPECTION_TRUE}" && test -z "${HAVE_INTROSPECTION_FALSE}"; then + as_fn_error $? "conditional \"HAVE_INTROSPECTION\" was never defined. + Usually this means the macro was only invoked conditionally." "$LINENO" 5 |