aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libdvdread
diff options
context:
space:
mode:
authorRobert Noland <rnoland@FreeBSD.org>2009-02-08 21:38:43 +0000
committerRobert Noland <rnoland@FreeBSD.org>2009-02-08 21:38:43 +0000
commitbbb9024d8f85448dbd58a9ca309d78064e2027e2 (patch)
treec7dc56dea7886ca291bd8cc2ff5a564e31a7b8b6 /multimedia/libdvdread
parentff202702c24e09edaba1d49f1438b98919f3cf66 (diff)
downloadports-bbb9024d8f85448dbd58a9ca309d78064e2027e2.tar.gz
ports-bbb9024d8f85448dbd58a9ca309d78064e2027e2.zip
Remove patch that is no longer needed.
Pointyhat to: me
Notes
Notes: svn path=/head/; revision=227823
Diffstat (limited to 'multimedia/libdvdread')
-rw-r--r--multimedia/libdvdread/files/patch-dvdread-ifo_types.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/libdvdread/files/patch-dvdread-ifo_types.h b/multimedia/libdvdread/files/patch-dvdread-ifo_types.h
deleted file mode 100644
index 3ac3b5737be9..000000000000
--- a/multimedia/libdvdread/files/patch-dvdread-ifo_types.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- dvdread/ifo_types.h.orig Thu Mar 2 17:25:43 2006
-+++ dvdread/ifo_types.h Wed Apr 4 20:07:32 2007
-@@ -29,7 +29,11 @@
- #endif
- #else
- #if !defined(UINT8_MAX) || !defined(UINT16_MAX) || !defined(INT32_MAX)
--#error "Must include <inttypes.h> or <stdint.h> before any libdvdread header."
-+#if !defined(_SYS_STDINT_H_) || !defined(_INTTYPES_H_)
-+#include <stdint.h>
-+#else
-+#error "UINT8_MAX, UINT16_MAX, or INT32_MAX are missing from <stdint.h> or <inttypes.h>."
-+#endif
- #endif
- #endif
-