freebsd-ports/textproc/ibus/files/patch-src-Makefile_in
Jase Thew ce87b9f40f - Update to 1.4.1 [1]
- Add patch from upstream to fix build [2]
- Convert to optionsNG, add NLS option
- Remove unnecessary bsd.port.{pre,post}.mk includes
- Remove unnecessary CPPFLAGS

PR:		ports/169728 [1]
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Obtained from:	https://github.com/phuang/ibus/commit/3862735 [2]
Approved by:	flo (mentor)
2012-07-17 08:47:48 +00:00

11 lines
662 B
Text

--- src/Makefile.in.orig 2012-07-10 17:36:55.865075371 +0100
+++ src/Makefile.in 2012-07-10 17:37:10.624820391 +0100
@@ -575,7 +575,7 @@
@HAVE_INTROSPECTION_TRUE@ ibusenumtypes.h \
@HAVE_INTROSPECTION_TRUE@ $(NULL)
-@HAVE_INTROSPECTION_TRUE@IBus_1_0_gir_SCANNERFLAGS = --pkg=ibus-1.0 $(IBUS_GIR_SCANNERFLAGS)
+@HAVE_INTROSPECTION_TRUE@IBus_1_0_gir_SCANNERFLAGS = --pkg-export=ibus-1.0 $(IBUS_GIR_SCANNERFLAGS)
@HAVE_INTROSPECTION_TRUE@IBus_1_0_gir_INCLUDES = GLib-2.0 GObject-2.0 Gio-2.0
@HAVE_INTROSPECTION_TRUE@IBus_1_0_gir_LIBS = $(libibus)
@HAVE_INTROSPECTION_TRUE@IBus_1_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_files))