From 5c588543ac25c7b39339f17a43069e9b9e6d72b1 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 14 May 2002 14:32:33 +0000 Subject: Fix on systems without langinfo.h header. Submitted by: bento --- x11/gnomepanel/files/patch-config.h.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 x11/gnomepanel/files/patch-config.h.in (limited to 'x11/gnomepanel/files/patch-config.h.in') diff --git a/x11/gnomepanel/files/patch-config.h.in b/x11/gnomepanel/files/patch-config.h.in new file mode 100644 index 000000000000..cb37ef76389a --- /dev/null +++ b/x11/gnomepanel/files/patch-config.h.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- config.h.in 2002/05/14 14:15:00 1.1 ++++ config.h.in 2002/05/14 14:15:35 +@@ -148,6 +148,8 @@ + /* Define if you have the `strdup' function. */ + #undef HAVE_STRDUP + ++#undef HAVE_LANGINFO_H ++ + /* Define if you have the header file. */ + #undef HAVE_STRINGS_H + -- cgit v1.2.3