diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-07-14 21:17:21 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-07-14 21:17:21 +0000 |
commit | bfa3958c83312f4c1cd3aa72db2f2d932648ba99 (patch) | |
tree | 045532534e1db412f1f596cdc2d983f42e70441a /net/avahi-app/files/patch-avahi-daemon_Makefile.in | |
parent | qpress is a portable file archiver using QuickLZ and designed to utilize fast (diff) |
Update to 0.6.31.
Trim headers, update to new USES, remove obsolete Qt3 bindings.
Add new gtk3 avahi library. Misc cleanups.
Obtained from: GNOME devel repo
Notes
Notes:
svn path=/head/; revision=323006
Diffstat (limited to 'net/avahi-app/files/patch-avahi-daemon_Makefile.in')
-rw-r--r-- | net/avahi-app/files/patch-avahi-daemon_Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/avahi-app/files/patch-avahi-daemon_Makefile.in b/net/avahi-app/files/patch-avahi-daemon_Makefile.in index 7f36a6f25df9..5f08d07c1387 100644 --- a/net/avahi-app/files/patch-avahi-daemon_Makefile.in +++ b/net/avahi-app/files/patch-avahi-daemon_Makefile.in @@ -1,5 +1,5 @@ ---- avahi-daemon/Makefile.in.orig 2013-01-01 13:29:10.000000000 -0600 -+++ avahi-daemon/Makefile.in 2013-01-01 13:31:10.000000000 -0600 +--- avahi-daemon/Makefile.in.orig 2013-01-01 13:45:35.000000000 -0600 ++++ avahi-daemon/Makefile.in 2013-01-01 13:47:30.000000000 -0600 @@ -69,7 +69,7 @@ @ENABLE_CHROOT_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ caps.c caps.h @@ -9,18 +9,18 @@ @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@am__append_5 = \ @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ dbus-protocol.c dbus-protocol.h \ @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ dbus-util.c dbus-util.h \ -@@ -682,7 +682,7 @@ +@@ -688,7 +688,7 @@ rm -f $$list - avahi-daemon$(EXEEXT): $(avahi_daemon_OBJECTS) $(avahi_daemon_DEPENDENCIES) + avahi-daemon$(EXEEXT): $(avahi_daemon_OBJECTS) $(avahi_daemon_DEPENDENCIES) $(EXTRA_avahi_daemon_DEPENDENCIES) @rm -f avahi-daemon$(EXEEXT) - $(AM_V_CCLD)$(avahi_daemon_LINK) $(avahi_daemon_OBJECTS) $(avahi_daemon_LDADD) $(LIBS) + $(AM_V_CCLD)$(avahi_daemon_LINK) $(avahi_daemon_OBJECTS) $(avahi_daemon_LDADD) $(LIBS) $(INTLLIBS) - ini-file-parser-test$(EXEEXT): $(ini_file_parser_test_OBJECTS) $(ini_file_parser_test_DEPENDENCIES) + ini-file-parser-test$(EXEEXT): $(ini_file_parser_test_OBJECTS) $(ini_file_parser_test_DEPENDENCIES) $(EXTRA_ini_file_parser_test_DEPENDENCIES) @rm -f ini-file-parser-test$(EXEEXT) $(AM_V_CCLD)$(ini_file_parser_test_LINK) $(ini_file_parser_test_OBJECTS) $(ini_file_parser_test_LDADD) $(LIBS) -@@ -1283,17 +1283,17 @@ - echo " ( cd '$(DESTDIR)$(servicedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(servicedir)" && rm -f $$files +@@ -1222,17 +1222,17 @@ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir) install-pkgsysconfDATA: $(pkgsysconf_DATA) - @$(NORMAL_INSTALL) - test -z "$(pkgsysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgsysconfdir)" |