summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/zarafa/files/zarafa-6.40.1-no-php-conf.patch')
-rw-r--r--net-mail/zarafa/files/zarafa-6.40.1-no-php-conf.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/net-mail/zarafa/files/zarafa-6.40.1-no-php-conf.patch b/net-mail/zarafa/files/zarafa-6.40.1-no-php-conf.patch
deleted file mode 100644
index 9e51f09..0000000
--- a/net-mail/zarafa/files/zarafa-6.40.1-no-php-conf.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- php-ext/Makefile.in~ 2010-10-20 12:26:22.000000000 +0100
-+++ php-ext/Makefile.in 2010-10-28 13:40:48.830318647 +0100
-@@ -34,7 +34,7 @@
- build_triplet = @build@
- host_triplet = @host@
- subdir = php-ext
--DIST_COMMON = $(dist_data_DATA) $(dist_sysconf_DATA) \
-+DIST_COMMON = $(dist_data_DATA) \
- $(srcdir)/Makefile.am $(srcdir)/Makefile.in
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- am__aclocal_m4_deps = $(top_srcdir)/configure.ac
-@@ -86,7 +86,7 @@
- DIST_SOURCES = $(mapi_la_SOURCES)
- dist_dataDATA_INSTALL = $(INSTALL_DATA)
- dist_sysconfDATA_INSTALL = $(INSTALL_DATA)
--DATA = $(dist_data_DATA) $(dist_sysconf_DATA)
-+DATA = $(dist_data_DATA)
- ETAGS = etags
- CTAGS = ctags
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-@@ -406,23 +406,6 @@
- echo " rm -f '$(DESTDIR)$(datadir)/$$f'"; \
- rm -f "$(DESTDIR)$(datadir)/$$f"; \
- done
--install-dist_sysconfDATA: $(dist_sysconf_DATA)
-- @$(NORMAL_INSTALL)
-- test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
-- @list='$(dist_sysconf_DATA)'; for p in $$list; do \
-- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-- f=$(am__strip_dir) \
-- echo " $(dist_sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
-- $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
-- done
--
--uninstall-dist_sysconfDATA:
-- @$(NORMAL_UNINSTALL)
-- @list='$(dist_sysconf_DATA)'; for p in $$list; do \
-- f=$(am__strip_dir) \
-- echo " rm -f '$(DESTDIR)$(sysconfdir)/$$f'"; \
-- rm -f "$(DESTDIR)$(sysconfdir)/$$f"; \
-- done
-
- ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \