aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pmt/files/patch-config.mak
blob: ffd2d35b62d8dd5d5bc849b48e3a1ab0b215acd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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_XOPEN_SOURCE=500 \
 			 -D_POSIX_SOURCE -DVERSION='$(VERSION)' \
 			 -I. -Ilibowfat