- fix potential 64-bit issue due to missing header
This commit is contained in:
parent
b5df4aa9e6
commit
a4144acbf5
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2009/04/20 15:30:40 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2009/04/28 21:02:03 jasper Exp $
|
||||
|
||||
COMMENT= record desktop sessions to an Ogg-Theora-Vorbis file
|
||||
|
||||
DISTNAME= recordmydesktop-0.3.8.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
|
||||
WANTLIB= ICE SM X11 Xdamage Xext Xfixes c m ogg ossaudio pthread z
|
||||
|
||||
|
14
multimedia/recordmydesktop/base/patches/patch-src_rmd_jack_c
Normal file
14
multimedia/recordmydesktop/base/patches/patch-src_rmd_jack_c
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-src_rmd_jack_c,v 1.3 2009/04/28 21:02:03 jasper Exp $
|
||||
|
||||
Fix potential 64-bit issue due to missing header.
|
||||
|
||||
--- src/rmd_jack.c.orig Tue Apr 28 23:00:12 2009
|
||||
+++ src/rmd_jack.c Tue Apr 28 23:00:31 2009
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_LIBJACK
|
Loading…
x
Reference in New Issue
Block a user