diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-14 14:32:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-14 14:32:33 +0000 |
commit | 5c588543ac25c7b39339f17a43069e9b9e6d72b1 (patch) | |
tree | 848181e651dd610fbdd54b328ccc8283cec00c06 /x11/gnomepanel/files/patch-config.h.in | |
parent | Oops, last commit was an old version, this one is at least able to link (diff) |
Fix on systems without langinfo.h header.
Submitted by: bento
Diffstat (limited to 'x11/gnomepanel/files/patch-config.h.in')
-rw-r--r-- | x11/gnomepanel/files/patch-config.h.in | 14 |
1 files changed, 14 insertions, 0 deletions
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 <strings.h> header file. */ + #undef HAVE_STRINGS_H + |