pkgsrc/pkgtools/libnbcompat
abs f2c6e9bb56 Change the logic from
#ifdef MMAP_NOT_AVAILABLE
/* Code which uses mmap, but with a comment saying we don't want to use it */
#endif

to

#if !defined(MMAP_NOT_AVAILABLE) && 0
/* Code which uses mmap, but with a comment saying we don't want to use it */
#endif

so system without mmap() also work...
2009-07-16 18:23:32 +00:00
..
files Change the logic from 2009-07-16 18:23:32 +00:00
DESCR
inplace.mk Introduce a variable, LIBNBCOMPAT_USE_PIC, which if set to yes before 2008-02-22 04:07:55 +00:00
Makefile Fix PLIST. 2009-06-10 11:03:47 +00:00
PLIST Drop now redundant @unexec ${RMDIR} 2009-06-14 21:02:45 +00:00