openbsd-ports/devel/gobject-introspection/patches/patch-tests_offsets_Makefile_in

13 lines
643 B
Plaintext

$OpenBSD: patch-tests_offsets_Makefile_in,v 1.2 2010/03/29 15:17:10 jasper Exp $
--- tests/offsets/Makefile.in.orig Mon Mar 29 16:52:02 2010
+++ tests/offsets/Makefile.in Mon Mar 29 16:52:18 2010
@@ -331,7 +331,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)