pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/44334: digger compilation fix on DragonFlyBSD



The following reply was made to PR pkg/44334; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/44334: digger compilation fix on DragonFlyBSD
Date: Thu, 6 Jan 2011 19:56:24 +0100

 On Thu, Jan 06, 2011 at 06:00:01PM +0000, zakne0ne%gmail.com@localhost wrote:
 > --- def.h.orig       2011-01-07 02:10:06 +0000
 > +++ def.h
 > @@ -138,6 +138,7 @@ typedef unsigned long int Uint5;
 >  #elif defined UNIX && !defined _VGL
 >  /* While SDL and other X11 related apps could be runned as ordinary user */
 >  #ifdef FREEBSD
 > +#include <sys/types.h>
 >  #include <sys/syslimits.h>
 >  #else /* I donno what is analog of PATH_MAX for Linux :( */
 >  #define PATH_MAX 1024
 > 
 
 This looks wrong. If it wants PATH_MAX, shouldn't it just include
 limits.h?
 
 Joerg
 


Home | Main Index | Thread Index | Old Index