diff options
Diffstat (limited to 'japanese/FreeWnn-lib/files/patch-config.h.in')
-rw-r--r-- | japanese/FreeWnn-lib/files/patch-config.h.in | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/japanese/FreeWnn-lib/files/patch-config.h.in b/japanese/FreeWnn-lib/files/patch-config.h.in index 2d6dc4a5fc4d..a49654888ff4 100644 --- a/japanese/FreeWnn-lib/files/patch-config.h.in +++ b/japanese/FreeWnn-lib/files/patch-config.h.in @@ -2,10 +2,10 @@ Index: config.h.in =================================================================== RCS file: /home/cvs/private/hrs/freewnn/config.h.in,v retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -d -u -I\$FreeBSD$ -w -r1.1.1.1 -r1.2 +retrieving revision 1.3 +diff -u -p -r1.1.1.1 -r1.3 --- config.h.in 20 Dec 2008 07:13:30 -0000 1.1.1.1 -+++ config.h.in 2 Jan 2009 21:09:32 -0000 1.2 ++++ config.h.in 2 Jan 2010 11:58:36 -0000 1.3 @@ -33,12 +33,24 @@ /* Define to 1 if you have the `FD_SET' function. */ #undef HAVE_FD_SET @@ -50,3 +50,14 @@ diff -d -u -I\$FreeBSD$ -w -r1.1.1.1 -r1.2 /* Define to 1 if you have the `syslog' function. */ #undef HAVE_SYSLOG +@@ -201,6 +225,10 @@ + /* Define to 1 if you have the `wait3' function. */ + #undef HAVE_WAIT3 + ++/* Define to the sub-directory in which libtool stores uninstalled libraries. ++ */ ++#undef LT_OBJDIR ++ + /* Define to the address where bug reports for this package should be sent. */ + #undef PACKAGE_BUGREPORT + |