aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2009-02-09 05:38:43 +0800
committerrnoland <rnoland@FreeBSD.org>2009-02-09 05:38:43 +0800
commit99bc4649eb027994e2416d8381be1dce1ea5432b (patch)
treed9f919d3d394a10701563e01a87ffbce9e0975a9 /multimedia
parent4881d53fd16485906c64f47f975490d0c22736a9 (diff)
downloadfreebsd-ports-graphics-99bc4649eb027994e2416d8381be1dce1ea5432b.tar.gz
freebsd-ports-graphics-99bc4649eb027994e2416d8381be1dce1ea5432b.tar.zst
freebsd-ports-graphics-99bc4649eb027994e2416d8381be1dce1ea5432b.zip
Remove patch that is no longer needed.
Pointyhat to: me
Diffstat (limited to 'multimedia')
-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 3ac3b5737be..00000000000
--- 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
-