Index: head/sysutils/pmt/files/patch-config.mak =================================================================== --- head/sysutils/pmt/files/patch-config.mak (revision 378317) +++ head/sysutils/pmt/files/patch-config.mak (revision 378318) @@ -1,10 +1,10 @@ ---- ./config.mak.orig 2010-01-06 08:21:36.000000000 -0500 -+++ ./config.mak 2010-01-06 08:21:54.000000000 -0500 +--- config.mak.orig 2005-06-14 19:50:57 UTC ++++ config.mak @@ -1,6 +1,6 @@ VERSION = 0.2 MAKEFLAGS += --print-directory -PMT_CFLAGS = -std=c99 -Wall -Werror -pedantic \ -+PMT_CFLAGS = -std=c99 -Wall -Werror -pedantic -D__XSI_VISIBLE \ ++PMT_CFLAGS = -std=c99 -Wall -Werror -pedantic -D_XOPEN_SOURCE=500 \ -D_POSIX_SOURCE -DVERSION='$(VERSION)' \ -I. -Ilibowfat