mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
- add new URL Thanks to watchman@ludd.luth.se for the pointer - make portlint happy - honor given CFLAGS
12 lines
222 B
C
12 lines
222 B
C
--- sysdeps.h.orig Wed Jan 2 22:15:27 2002
|
|
+++ sysdeps.h Fri Sep 5 21:24:44 2003
|
|
@@ -25,7 +25,9 @@
|
|
#endif
|
|
|
|
#ifdef HAVE_VALUES_H
|
|
+#if !defined(__FreeBSD__)
|
|
#include <values.h>
|
|
+#endif
|
|
#endif
|
|
|
|
#ifdef HAVE_STRINGS_H
|