Index: Makefile =================================================================== --- Makefile (revision 362414) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= x264 PORTVERSION= 0.${X264_BUILD}.${X264_REV} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \ http://samples.mplayerhq.hu/yuv4mpeg2/:pgo Index: files/patch-x264.h =================================================================== --- files/patch-x264.h (revision 0) +++ files/patch-x264.h (working copy) @@ -0,0 +1,14 @@ +Our /usr/include/stdint.h is a symlink to /usr/include/sys/stdint.h. This +has as affect that the header guard is different then expected. + +--- x264.h.orig 2014-07-22 13:43:44.000000000 +0200 ++++ x264.h 2014-07-22 13:44:39.000000000 +0200 +@@ -29,7 +29,7 @@ + #define X264_X264_H + + #if !defined(_STDINT_H) && !defined(_STDINT_H_) && !defined(_STDINT_H_INCLUDED) &&\ +- !defined(_INTTYPES_H) && !defined(_INTTYPES_H_) ++ !defined(_SYS_STDINT_H_) && !defined(_INTTYPES_H) && !defined(_INTTYPES_H_) + # ifdef _MSC_VER + # pragma message("You must include stdint.h or inttypes.h before x264.h") + # else Property changes on: files/patch-x264.h ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: mcom:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property