mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
168ad60604
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.
13 lines
261 B
Plaintext
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;
|
|
|