ports/archivers/zutils/files/patch-zutils.h
Danilo Egea Gondolfo f0475bcdd9 - Update from 1.0 to 1.1
- Change maintainer email to @FreeBSD.org
- Add staging support
- Add lzip as EXTRACT_DEPENDS

Approved by:	wg (mentor)
2013-09-26 12:23:46 +00:00

12 lines
402 B
C

--- ./zutils.h.orig 2013-07-07 14:15:39.000000000 -0300
+++ ./zutils.h 2013-09-25 17:32:23.000000000 -0300
@@ -15,6 +15,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <sys/types.h>
+#include <signal.h>
+
const char * const Program_name = "Zutils";
const char * const program_name = "zutils";
const char * const config_file_name = "zutilsrc";