add missing includes for ports-gcc
This commit is contained in:
parent
ce03afca2f
commit
4b60550345
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2018/10/24 14:28:08 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2018/11/30 21:05:32 naddy Exp $
|
||||
|
||||
COMMENT= fast tool to backup video DVDs 'on the fly'
|
||||
|
||||
DISTNAME= streamdvd-0.4
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.badabum.de/down/
|
||||
|
||||
|
13
multimedia/streamdvd/patches/patch-mplex_inputstrm_cpp
Normal file
13
multimedia/streamdvd/patches/patch-mplex_inputstrm_cpp
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-mplex_inputstrm_cpp,v 1.1 2018/11/30 21:05:32 naddy Exp $
|
||||
|
||||
Index: mplex/inputstrm.cpp
|
||||
--- mplex/inputstrm.cpp.orig
|
||||
+++ mplex/inputstrm.cpp
|
||||
@@ -23,6 +23,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include <assert.h>
|
||||
+#include <limits.h>
|
||||
|
||||
#include "mjpeg_types.h"
|
||||
#include "fastintfns.h"
|
13
multimedia/streamdvd/patches/patch-mplex_multiplexor_cpp
Normal file
13
multimedia/streamdvd/patches/patch-mplex_multiplexor_cpp
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-mplex_multiplexor_cpp,v 1.1 2018/11/30 21:05:32 naddy Exp $
|
||||
|
||||
Index: mplex/multiplexor.cpp
|
||||
--- mplex/multiplexor.cpp.orig
|
||||
+++ mplex/multiplexor.cpp
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "config.h"
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
+#include <string.h>
|
||||
|
||||
#include "mjpeg_types.h"
|
||||
#include "mjpeg_logging.h"
|
13
multimedia/streamdvd/patches/patch-mplex_padstrm_cpp
Normal file
13
multimedia/streamdvd/patches/patch-mplex_padstrm_cpp
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-mplex_padstrm_cpp,v 1.1 2018/11/30 21:05:32 naddy Exp $
|
||||
|
||||
Index: mplex/padstrm.cpp
|
||||
--- mplex/padstrm.cpp.orig
|
||||
+++ mplex/padstrm.cpp
|
||||
@@ -23,6 +23,7 @@
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
+#include <string.h>
|
||||
|
||||
#include "padstrm.hpp"
|
||||
|
13
multimedia/streamdvd/patches/patch-mplex_zalphastrm_in_cpp
Normal file
13
multimedia/streamdvd/patches/patch-mplex_zalphastrm_in_cpp
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-mplex_zalphastrm_in_cpp,v 1.1 2018/11/30 21:05:32 naddy Exp $
|
||||
|
||||
Index: mplex/zalphastrm_in.cpp
|
||||
--- mplex/zalphastrm_in.cpp.orig
|
||||
+++ mplex/zalphastrm_in.cpp
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "config.h"
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
+#include <string.h>
|
||||
|
||||
#include "zalphastrm.hpp"
|
||||
#include "interact.hpp"
|
Loading…
Reference in New Issue
Block a user