openbsd-ports/devel/gobject-introspection/patches/patch-gir_Makefile_in
jasper 3ef156ac24 - update gobject-introspection to 0.6.10
* this seems to be making sparc64 quite a bit less sad.
2010-04-20 11:20:08 +00:00

13 lines
613 B
Plaintext

$OpenBSD: patch-gir_Makefile_in,v 1.4 2010/04/20 11:20:08 jasper Exp $
--- gir/Makefile.in.orig Sun Apr 18 17:56:40 2010
+++ gir/Makefile.in Tue Apr 20 12:05:02 2010
@@ -370,7 +370,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)