diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-02-07 04:04:49 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-02-07 04:04:49 (GMT) |
commit | afaff868a54763b93659a82a8ecf9fd2fe6176be (patch) | |
tree | b937ae126dab89883dd32e096daadc44a38b2dc6 /src/giflib.mk | |
parent | ac6d3c39ec8ab3ac6cfc0ec8cef4c2e2279d5498 (diff) | |
download | mxe-afaff868a54763b93659a82a8ecf9fd2fe6176be.zip mxe-afaff868a54763b93659a82a8ecf9fd2fe6176be.tar.gz mxe-afaff868a54763b93659a82a8ecf9fd2fe6176be.tar.bz2 |
removed an old "bugfix" which isn't needed anymore for package giflib
Diffstat (limited to 'src/giflib.mk')
-rw-r--r-- | src/giflib.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/giflib.mk b/src/giflib.mk index 93de229..a075cec 100644 --- a/src/giflib.mk +++ b/src/giflib.mk @@ -16,7 +16,6 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD - $(SED) 's,u_int32_t,unsigned int,' -i '$(1)/configure' cd '$(1)' && ./configure \ --host='$(TARGET)' \ --disable-shared \ |