1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/cad/spice/files/patch-src_include_cpstd_h
Thierry Thomas 714ea1c662 - Switch to the latest distfiles;
- Import a patch from DragonflyBSD;

- Pet portlint.

Submitted by:	Pedro F. Giffuni <pfgshield-freebsd (at) yahoo.com>
2006-04-05 20:51:27 +00:00

13 lines
315 B
Plaintext

--- src/include/cpstd.h.orig 2005-12-17 13:10:09.000000000 +0000
+++ src/include/cpstd.h
@@ -50,7 +50,9 @@ extern char *tildexpand();
extern char *printnum();
extern int cp_numdgt;
extern void fatal();
+#ifndef _STDLIB_H_
extern void setenv();
+#endif
extern void cp_printword();
/* Externs from wlist.c */