summaryrefslogtreecommitdiffstats
path: root/devel/gio-fam-backend/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-28 23:50:09 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-28 23:50:09 +0800
commit823375e87dcf11efe54e525df24a065503752544 (patch)
tree89d9dbc0894a34fe97fd80bfb76a2d73d288bcc6 /devel/gio-fam-backend/files
parent29fffc34add3912a62ea477ccb126dbbf06c8959 (diff)
downloadmarcuscom-ports-823375e87dcf11efe54e525df24a065503752544.tar
marcuscom-ports-823375e87dcf11efe54e525df24a065503752544.tar.gz
marcuscom-ports-823375e87dcf11efe54e525df24a065503752544.tar.bz2
marcuscom-ports-823375e87dcf11efe54e525df24a065503752544.tar.lz
marcuscom-ports-823375e87dcf11efe54e525df24a065503752544.tar.xz
marcuscom-ports-823375e87dcf11efe54e525df24a065503752544.tar.zst
marcuscom-ports-823375e87dcf11efe54e525df24a065503752544.zip
Add support for running gio-querymodules.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13524 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gio-fam-backend/files')
-rw-r--r--devel/gio-fam-backend/files/patch-gio_fam_Makefile.in23
1 files changed, 12 insertions, 11 deletions
diff --git a/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in b/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in
index 2d770297a..44250d545 100644
--- a/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in
+++ b/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in
@@ -1,7 +1,7 @@
---- gio/fam/Makefile.in.orig 2008-01-07 19:40:38.000000000 -0500
-+++ gio/fam/Makefile.in 2008-01-07 19:41:53.000000000 -0500
-@@ -59,9 +59,8 @@ am__installdirs = "$(DESTDIR)$(giomodule
- giomoduleLTLIBRARIES_INSTALL = $(INSTALL)
+--- gio/fam/Makefile.in.orig 2010-01-28 10:40:29.000000000 -0500
++++ gio/fam/Makefile.in 2010-01-28 10:43:26.000000000 -0500
+@@ -76,9 +76,8 @@ am__base_list = \
+ am__installdirs = "$(DESTDIR)$(giomoduledir)"
LTLIBRARIES = $(giomodule_LTLIBRARIES)
am__DEPENDENCIES_1 =
-libgiofam_la_DEPENDENCIES = $(top_builddir)/gio/libgio-2.0.la \
@@ -12,7 +12,7 @@
$(am__DEPENDENCIES_1)
am__objects_1 =
am_libgiofam_la_OBJECTS = libgiofam_la-fam-helper.lo \
-@@ -321,9 +320,9 @@ libgiofam_la_CFLAGS = \
+@@ -369,9 +368,9 @@ libgiofam_la_CFLAGS = \
libgiofam_la_LDFLAGS = $(module_flags)
libgiofam_la_LIBADD = \
@@ -25,11 +25,12 @@
$(GLIB_LIBS) \
$(FAM_LIBS) \
$(NULL)
-@@ -659,7 +658,6 @@ info-am:
+@@ -776,7 +775,7 @@ check-local: test
- install-data-am: install-giomoduleLTLIBRARIES
- @$(NORMAL_INSTALL)
-- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
- install-dvi: install-dvi-am
+ install-data-hook:
+ if $(RUN_QUERY_MODULES) && test -z "$(DESTDIR)" ; then \
+- $(top_builddir)/gio/gio-querymodules$(EXEEXT) $(DESTDIR)$(GIO_MODULE_DIR) ; \
++ gio-querymodules$(EXEEXT) $(DESTDIR)$(GIO_MODULE_DIR) ; \
+ fi
- install-dvi-am:
+ uninstall-local: