mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
. FreeBSD has <limits.h>.
This commit is contained in:
parent
a31581842f
commit
8675edb34b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129415
1 changed files with 17 additions and 0 deletions
17
x11-wm/afterstep-stable/files/patch-configure.h.in
Normal file
17
x11-wm/afterstep-stable/files/patch-configure.h.in
Normal file
|
@ -0,0 +1,17 @@
|
|||
$FreeBSD$
|
||||
|
||||
*** configure.h.in.orig Fri Jul 30 23:51:22 2004
|
||||
--- configure.h.in Fri Jul 30 23:51:27 2004
|
||||
***************
|
||||
*** 1,10 ****
|
||||
#include "config.h"
|
||||
|
||||
- #ifdef __FreeBSD__
|
||||
- #include <sys/syslimits.h>
|
||||
- #else
|
||||
#include <limits.h>
|
||||
- #endif
|
||||
|
||||
/* we don't do interhost network communications ! WE use Unix domain sockets! */
|
||||
#define SAME_HOST
|
||||
--- 1,6 ----
|
Loading…
Add table
Reference in a new issue