aboutsummaryrefslogtreecommitdiff
path: root/devel/dmake/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dmake/files/patch-configure')
-rw-r--r--devel/dmake/files/patch-configure17
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/dmake/files/patch-configure b/devel/dmake/files/patch-configure
deleted file mode 100644
index 595ca6ee27b7..000000000000
--- a/devel/dmake/files/patch-configure
+++ /dev/null
@@ -1,17 +0,0 @@
---- configure.old Thu Apr 20 22:28:24 2006
-+++ configure Thu Apr 20 22:32:50 2006
-@@ -6420,12 +6420,13 @@
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
- $ac_includes_default
-+#include <utime.h>
- int
- main ()
- {
- struct stat s, t;
- exit (!(stat ("conftest.data", &s) == 0
-- && utime ("conftest.data", (long *)0) == 0
-+ && utime ("conftest.data", (void *)0) == 0
- && stat ("conftest.data", &t) == 0
- && t.st_mtime >= s.st_mtime
- && t.st_mtime - s.st_mtime < 120));