freebsd-ports/devel/dmake/files/patch-ac
Masafumi Max NAKANE 168ad60604 Upgrade, 4.0 -> 4.1.
As I do the upgrade, I made this port truely respect the setting of PREFIX,
ie, now the executable looks for the config files in ${PREFIX}/lib/dmake.
Also, instead of patching the makefile in the source distribution to
add the install: target, define it in the port Makefile.
And, move the scripts/post-patch into the port Makefile.
1997-09-07 20:23:13 +00:00

11 lines
225 B
Plaintext

--- unix/dcache.c.orig Wed Jul 16 01:02:34 1997
+++ unix/dcache.c Mon Sep 8 03:20:56 1997
@@ -35,6 +35,7 @@
#undef __WIN32__
#endif
+#include <sys/types.h>
#include <dirent.h>
#include "extern.h"
#include "sysintf.h"