freebsd-ports/devel/dmake/files/patch-ab
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

13 lines
261 B
Plaintext

--- unix/runargv.c.orig Wed Jul 16 01:02:34 1997
+++ unix/runargv.c Mon Sep 8 03:01:42 1997
@@ -68,7 +68,9 @@
char *cmd;
{
extern int errno;
+#ifndef __FreeBSD__
extern char *sys_errlist[];
+#endif
int pid;
char **argv;