summaryrefslogtreecommitdiff
path: root/net/nagios-plugins/patches/patch-an
blob: 52e9ea688bc69407d84716b1e7fbff462e47d29d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.3 2009/12/15 18:59:54 bouyer Exp $

--- lib/Makefile.in.orig	2009-09-16 10:37:59.000000000 +0200
+++ lib/Makefile.in	2009-12-15 17:33:17.000000000 +0100
@@ -127,7 +127,7 @@
 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
 am__depfiles_maybe = depfiles
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(CPPFLAGS_LFS)
 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)