summaryrefslogtreecommitdiff
path: root/devel/dmake/files/patch-warnings
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-03-24 20:27:39 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-03-24 20:27:39 +0000
commitc7725a656e405a718907042f0d67fe29cc47831a (patch)
treea18e3f8220a6e0f071d634785dbefd4e6a3dbb24 /devel/dmake/files/patch-warnings
parentUpdate to version 0.12.14 (diff)
- Fix DMAKEROOT path [1]
- Update MASTER_SITES. PR: ports/93383 [1] Submitted by: Malcolm Kay <malcolm.kay@internode.on.net> [1]
Notes
Notes: svn path=/head/; revision=158082
Diffstat (limited to 'devel/dmake/files/patch-warnings')
-rw-r--r--devel/dmake/files/patch-warnings15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/dmake/files/patch-warnings b/devel/dmake/files/patch-warnings
index 8202e8fb6d9d..b8e95b36da94 100644
--- a/devel/dmake/files/patch-warnings
+++ b/devel/dmake/files/patch-warnings
@@ -126,18 +126,3 @@ most common.
+ /* char *newtmp; */
/* This call to Get_temp sets TMPFILE for subsequent expansion of file.
---- configure Fri Oct 22 05:36:37 2004 -- fix warnings, so configure does
-+++ configure Sun Jan 2 19:07:52 2005 -- not conclude, our utime is bad.
-@@ -6207,4 +6207,5 @@
- /* end confdefs.h. */
- $ac_includes_default
-+#include <utime.h>
- int
- main ()
-@@ -6212,5 +6213,5 @@
- 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