openbsd-ports/devel/gobject-introspection/patches/patch-tests_scanner_Makefile_in
ajacoutot 4d03749581 Update to gobject-introspection-0.6.14.
hobbits take maintainership.
2010-07-30 05:49:24 +00:00

13 lines
646 B
Plaintext

$OpenBSD: patch-tests_scanner_Makefile_in,v 1.4 2010/07/30 05:49:24 ajacoutot Exp $
--- tests/scanner/Makefile.in.orig Thu Jun 3 22:09:30 2010
+++ tests/scanner/Makefile.in Fri Jul 30 07:33:39 2010
@@ -380,7 +380,7 @@ _gir_packages = $(foreach pkg,$($(_gir_name)_PACKAGES)
_gir_includes = $(foreach include,$($(_gir_name)_INCLUDES),--include=$(include))
# Reuse the LIBTOOL variable from by automake if it's set
-_gir_libtool = $(if $(LIBTOOL),--libtool="$(LIBTOOL)")
+_gir_libtool = $(if $(LIBTOOL),--libtool="${LIBTOOL}")
# Macros for AM_SILENT_RULES prettiness
_gir_verbosity = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1)