diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-07-25 12:20:59 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-07-25 12:20:59 +0200 |
commit | 6a3cb9f942d04139eafbe22cfea0ba1054e7d220 (patch) | |
tree | b3e96f33b111be2ad33c01bc2afb1e529c9aad35 /libvisio/makefile.mk | |
parent | 050f3bb10ba0cd12757302c6546f5bd263d81fd6 (diff) |
Not everybody has stdint.h when one needs it
Diffstat (limited to 'libvisio/makefile.mk')
-rw-r--r-- | libvisio/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libvisio/makefile.mk b/libvisio/makefile.mk index 1dd96de8c7df..9e185efa3b29 100644 --- a/libvisio/makefile.mk +++ b/libvisio/makefile.mk @@ -58,7 +58,8 @@ TARFILE_NAME=libvisio-0.0.3 TARFILE_MD5=90882496f9ff4cd6d75d61dac2f62f66 PATCH_FILES=\ - libvisio-0.0.3.patch + libvisio-0.0.3.patch \ + libvisio-0.0.3-uint8_t.patch BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) |