diff options
author | Chris Lord <chris@openedhand.com> | 2004-09-13 19:49:07 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2004-09-13 19:49:07 +0000 |
commit | d6543dab4e77fb9fbc35e24ab794db09239a818b (patch) | |
tree | 1d291e2b9d0af5a58ca8a1cf639c6b43b342f876 /ipkg/ipkg-0.99.129 | |
parent | 0fac358425551279ea6482915d35e5874839045e (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into chris.(none):/home/cwiiis/oe/packages
2004/09/13 19:22:25+01:00 (none)!cwiiis
Fix libipkg, modify file-selector dialog in gtk+-2.4.4.
BKrev: 4145f9b3Pc77rZiynOXK8jmTinV2fg
Diffstat (limited to 'ipkg/ipkg-0.99.129')
-rw-r--r-- | ipkg/ipkg-0.99.129/uninclude-replace.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ipkg/ipkg-0.99.129/uninclude-replace.patch b/ipkg/ipkg-0.99.129/uninclude-replace.patch new file mode 100644 index 0000000000..a3ed2201fd --- /dev/null +++ b/ipkg/ipkg-0.99.129/uninclude-replace.patch @@ -0,0 +1,10 @@ +--- C/includes.h 2003-03-28 19:36:22.000000000 +0000 ++++ C/includes.h 2004-07-28 03:41:11.000000000 +0100 +@@ -48,6 +48,6 @@ + # include <unistd.h> + #endif + +-#include "replace/replace.h" ++//#include "replace/replace.h" + + #endif |