comparison src/giflib.mk @ 225:1330f7f6686d

removed an old "bugfix" which isn't needed anymore for package giflib
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 07 Feb 2009 05:04:49 +0100
parents 0f1fe7c7ab35
children 5bf9071e67b6
comparison
equal deleted inserted replaced
224:879f74dc81eb 225:1330f7f6686d
14 $(SED) -n 's,.*giflib-\([0-9][^>]*\)\.tar.*,\1,p' | \ 14 $(SED) -n 's,.*giflib-\([0-9][^>]*\)\.tar.*,\1,p' | \
15 head -1 15 head -1
16 endef 16 endef
17 17
18 define $(PKG)_BUILD 18 define $(PKG)_BUILD
19 $(SED) 's,u_int32_t,unsigned int,' -i '$(1)/configure'
20 cd '$(1)' && ./configure \ 19 cd '$(1)' && ./configure \
21 --host='$(TARGET)' \ 20 --host='$(TARGET)' \
22 --disable-shared \ 21 --disable-shared \
23 --prefix='$(PREFIX)/$(TARGET)' \ 22 --prefix='$(PREFIX)/$(TARGET)' \
24 --without-x 23 --without-x