From 1b024ee5c3ddf09fb5d900cc8e1733d2ba0679d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Thu, 14 Jul 2005 22:40:16 +0000 Subject: Add _BSD_SOURCE to lots of applications - patch from Stefan Dirsch --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3089175..f50ed93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = xstdcmap -xstdcmap_CFLAGS = $(DEP_CFLAGS) +xstdcmap_CFLAGS = $(DEP_CFLAGS) -D_BSD_SOURCE xstdcmap_LDADD = $(DEP_LIBS) xstdcmap_SOURCES = \ -- cgit v1.2.3