Changeset 5c720da712ccc04f8ac30efa65b08811f9b423fb
- Timestamp:
- 03/04/07 12:33:07
(2 years ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1175596387 +0000
- git-parent:
[02c1623496431587fb03bb75031af45160c3bb36]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1175596387 +0000
- Message:
Update libintl.patch. The include file has been renamed to libgnuintl.h in this gettext version.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re544f7c |
r5c720da |
|
| 380 | 380 | # Work around another non-sense of autoconf. |
|---|
| 381 | 381 | ifdef HAVE_WIN32 |
|---|
| 382 | | (cd ../include; sed -i.orig '311 c #if !1' libintl.h) |
|---|
| | 382 | (cd ../include; sed -i.orig '311 c #if !1' libgnuintl.h) |
|---|
| 383 | 383 | endif |
|---|
| 384 | 384 | $(INSTALL_NAME) |
|---|
| r82233a2 |
r5c720da |
|
| 1 | | --- gettext/gettext-runtime/intl/libintl.h 2006-12-03 17:42:40.265625000 -0500 |
|---|
| 2 | | +++ gettext/gettext-runtime/intl/libintl.h 2006-12-04 19:27:03.125000000 -0500 |
|---|
| | 1 | --- gettext/gettext-runtime/intl/libgnuintl.h 2006-12-03 17:42:40.265625000 -0500 |
|---|
| | 2 | +++ gettext/gettext-runtime/intl/libgnuintl.h 2006-12-04 19:27:03.125000000 -0500 |
|---|
| 3 | 3 | @@ -88,7 +88,7 @@ |
|---|
| 4 | 4 | If he doesn't, we choose the method. A third possible method is |
|---|