--- nmm/plugins/file/dvd/DVDReadNode.hpp.orig	2008-04-18 16:19:35.374963159 +0200
+++ nmm/plugins/file/dvd/DVDReadNode.hpp	2008-04-18 16:29:04.348442959 +0200
@@ -30,6 +30,10 @@
 #ifndef NMM_DVDREADNODE_HPP
 #define NMM_DVDREADNODE_HPP NMM_DVDREADNODE_HPP
 
+#if defined(__FreeBSD__)
+#define __STDC_LIMIT_MACROS 1	// so that dvdread sees UINT8_MAX
+#endif
+
 #include "nmm/nmm_prefix.hpp"
 
 #include "nmm/multimedia/GenericSourceNode.hpp"
