diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-04-12 15:32:04 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-04-12 15:32:04 (GMT) |
commit | 83aac373390183096cfc36038f6443c88774efed (patch) | |
tree | 165491746a12952817e02cfb57f5cf08484fce6b /src/w32api.mk | |
parent | fa7a6f8d8dca5f5b3a97db943878db75d70dd6c1 (diff) | |
download | mxe-83aac373390183096cfc36038f6443c88774efed.zip mxe-83aac373390183096cfc36038f6443c88774efed.tar.gz mxe-83aac373390183096cfc36038f6443c88774efed.tar.bz2 |
remove corrections which are no longer needed in package w32api
Diffstat (limited to 'src/w32api.mk')
-rw-r--r-- | src/w32api.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/w32api.mk b/src/w32api.mk index 6b64581..4986be1 100644 --- a/src/w32api.mk +++ b/src/w32api.mk @@ -19,10 +19,6 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD - # fix incompatibilities with gettext - $(SED) -i 's,\(SUBLANG_BENGALI_INDIA\t\)0x01,\10x00,' '$(1)/include/winnt.h' - $(SED) -i 's,\(SUBLANG_PUNJABI_INDIA\t\)0x01,\10x00,' '$(1)/include/winnt.h' - $(SED) -i 's,\(SUBLANG_ROMANIAN_ROMANIA\t\)0x01,\10x00,' '$(1)/include/winnt.h' # fix incompatibilities with jpeg $(SED) -i 's,typedef unsigned char boolean;,,' '$(1)/include/rpcndr.h' $(INSTALL) -d '$(PREFIX)/$(TARGET)' |