pkgsrc/archivers/ha/patches/patch-nix_makefile
asau 6b6c865608 Fix segmentation fault due to time_t being longer than long.
While here, allow building it with standard make.
2013-09-18 20:58:35 +00:00

15 lines
341 B
Text

$NetBSD: patch-nix_makefile,v 1.1 2013/09/18 20:58:36 asau Exp $
--- nix/makefile.orig 1995-01-12 06:43:24.000000000 +0000
+++ nix/makefile
@@ -38,7 +38,7 @@ clean:
#
# include a dependency file if one exists
#
-ifeq (.depend,$(wildcard .depend))
-include .depend
-endif
+#ifeq (.depend,$(wildcard .depend))
+#include .depend
+#endif