openbsd-ports/devel/gobject-introspection/patches/patch-tests_scanner_Makefile_in
2010-12-23 14:34:49 +00:00

13 lines
652 B
Plaintext

$OpenBSD: patch-tests_scanner_Makefile_in,v 1.6 2010/12/23 14:34:49 jasper Exp $
--- tests/scanner/Makefile.in.orig Wed Dec 22 21:20:46 2010
+++ tests/scanner/Makefile.in Thu Dec 23 15:21:17 2010
@@ -397,7 +397,7 @@ _gir_includes = $(foreach include,$($(_gir_name)_INCLU
_gir_export_packages = $(foreach pkg,$($(_gir_name)_EXPORT_PACKAGES),--pkg-export=$(pkg))
# 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)