No need to apply a patch

Change-Id: Idf9ad88293ca6a51f16f1230176d5c97558c66ed
This commit is contained in:
Fridrich Štrba 2012-10-05 17:18:05 +02:00
parent 39d6c353fb
commit 7ef7e60c11
2 changed files with 0 additions and 14 deletions

View file

@ -11,8 +11,4 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,cdr))
$(eval $(call gb_UnpackedTarball_set_tarball,cdr,$(CDR_TARBALL)))
$(eval $(call gb_UnpackedTarball_add_patches,cdr,\
libcdr/libcdr-0.0.8-msc.patch \
))
# vim: set noet sw=4 ts=4:

View file

@ -1,10 +0,0 @@
--- misc/libcdr-0.0.8/src/lib/libcdr_utils.h 2012-06-06 13:42:03.000000000 +0200
+++ misc/build/libcdr-0.0.8/src/lib/libcdr_utils.h 2012-06-11 15:09:43.305289500 +0200
@@ -50,6 +50,7 @@
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned uint32_t;
+typedef short int16_t;
typedef int int32_t;
typedef unsigned __int64 uint64_t;