openbsd-ports/devel/glib2/patches/patch-glib_Makefile_in
ajacoutot bbe3ae05d2 Update to glib2-2.22.5.
tested in a bulk by jasper@, thanks.
2010-03-21 09:55:54 +00:00

16 lines
718 B
Plaintext

$OpenBSD: patch-glib_Makefile_in,v 1.16 2010/03/21 09:55:54 ajacoutot Exp $
Don't install gtester-report, it'll only pull in python.
--- glib/Makefile.in.orig Tue Mar 16 03:52:17 2010
+++ glib/Makefile.in Tue Mar 16 12:41:26 2010
@@ -694,7 +694,7 @@ INSTALL_PROGS = $(am__append_1) $(am__append_2) $(am__
@OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@gspawn_win32_helper_console_LDADD = libglib-2.0.la
@OS_UNIX_TRUE@gtester_SOURCES = gtester.c
@OS_UNIX_TRUE@gtester_LDADD = libglib-2.0.la
-@OS_UNIX_TRUE@auto_config_binscripts = gtester-report
+@OS_UNIX_TRUE@auto_config_binscripts =
@OS_UNIX_TRUE@bin_SCRIPTS = ${auto_config_binscripts}
@OS_UNIX_TRUE@CONFIGVARS = \
@OS_UNIX_TRUE@ "bindir" : "${bindir}", \