21 lines
844 B
Plaintext
21 lines
844 B
Plaintext
$OpenBSD: patch-gir_Makefile_in,v 1.6 2010/10/24 13:40:27 jasper Exp $
|
|
--- gir/Makefile.in.orig Wed Oct 6 22:54:24 2010
|
|
+++ gir/Makefile.in Sun Oct 24 15:03:00 2010
|
|
@@ -328,7 +328,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)
|
|
@@ -796,6 +796,7 @@ $(1): $$($(_gir_name)_FILES)
|
|
$(_gir_libtool) \
|
|
$(_gir_packages) \
|
|
$(_gir_includes) \
|
|
+ -I${LOCALBASE}/include \
|
|
$(_gir_export_packages) \
|
|
$(_gir_program) \
|
|
$(_gir_libraries) \
|