freebsd-ports/benchmarks/nbench/files/patch-ac
Chris D. Faulhaber ef2ecca4b3 - Support PREFIX/CC/CFLAGS properly
- Support NOPORTDOCS
- Add WWW: line into pkg/DESCR

PR:		20148
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-08-01 23:37:02 +00:00

12 lines
213 B
Plaintext

--- sysspec.h.orig Fri Dec 12 05:54:46 1997
+++ sysspec.h Tue Jul 25 02:30:29 2000
@@ -33,7 +33,7 @@
#include "nmglobal.h"
-#ifndef MAC
+#if !defined(MAC) && !defined(__STDC__)
#include <malloc.h>
#endif