diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2015-07-23 09:21:44 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2015-07-23 09:21:44 +0000 |
commit | ed82601d9e27f6e88550f16ba519dfe2b99f6223 (patch) | |
tree | 87300cbc3f179a7ca34e60aac986530298f459ac | |
parent | fd5f35edc9dcf809026ae41fe9e595faf0f1ce84 (diff) | |
download | freebsd-ports-ed82601d9e27f6e88550f16ba519dfe2b99f6223.zip |
multimedia/libx264: Move libx264 stdin.h patch to x264 port
Move the libx264 patch for stdint.h handling on FreeBSD to the multimedia/x264
port, as FILESDIR is inherited from there, thus causing the patch not to be
applied.
Reported by: kwm
Reviewed by: kwm
Tested by: kwm
Differential Revision: https://reviews.freebsd.org/D3168
-rw-r--r-- | multimedia/x264/Makefile | 1 | ||||
-rw-r--r-- | multimedia/x264/files/patch-x264.h (renamed from multimedia/libx264/files/patch-x264.h) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index 04244b777951..894202ed778d 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -19,6 +19,7 @@ PORTNAME= x264 PORTVERSION= 0.${X264_BUILD}.${X264_REV} +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \ http://samples.mplayerhq.hu/yuv4mpeg2/:pgo diff --git a/multimedia/libx264/files/patch-x264.h b/multimedia/x264/files/patch-x264.h index a6d1ea730ba8..a6d1ea730ba8 100644 --- a/multimedia/libx264/files/patch-x264.h +++ b/multimedia/x264/files/patch-x264.h |