example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
9 lines
250 B
Text
9 lines
250 B
Text
$NetBSD: patch-al,v 1.3 2005/12/05 20:49:55 rillig Exp $
|
|
|
|
--- incoming/modemd.c.orig Thu Jun 18 16:50:31 1998
|
|
+++ incoming/modemd.c Thu Jun 18 16:51:08 1998
|
|
@@ -50,2 +50,5 @@
|
|
#include <stdio.h>
|
|
+#ifdef __NetBSD__
|
|
+#include <stdlib.h>
|
|
+#endif
|