diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-12 22:26:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-12 22:26:51 +0000 |
commit | 21e97d3e155f4d9604f729698cdfff3c40eefbe7 (patch) | |
tree | 537888ff1cab21569b3bebdb44faee883d051995 /package/libdaemon/xcompile-setpgrp.patch | |
parent | a7748b2f132b1e7c1a87a5f3d80cb64e46ce5219 (diff) |
Add avahi package and add libdaemon, which is needed by avahi
Diffstat (limited to 'package/libdaemon/xcompile-setpgrp.patch')
-rw-r--r-- | package/libdaemon/xcompile-setpgrp.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libdaemon/xcompile-setpgrp.patch b/package/libdaemon/xcompile-setpgrp.patch new file mode 100644 index 000000000..8fb692671 --- /dev/null +++ b/package/libdaemon/xcompile-setpgrp.patch @@ -0,0 +1,11 @@ +--- libdaemon-0.10/configure.ac.cls 2005-11-24 05:38:53.000000000 -0800 ++++ libdaemon-0.10/configure.ac 2006-09-25 08:16:33.000000000 -0700 +@@ -85,7 +85,7 @@ + AC_FUNC_VPRINTF + AC_CHECK_FUNCS([select strerror dup2 memset strrchr]) + AC_TYPE_MODE_T +-AC_FUNC_SETPGRP ++dnl AC_FUNC_SETPGRP + AC_TYPE_SIGNAL + AC_TYPE_SIZE_T + |