Date: Mon, 16 Sep 2019 21:12:48 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512190 - in head/audio/mhwaveedit: . files Message-ID: <201909162112.x8GLCm2i094454@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Sep 16 21:12:48 2019 New Revision: 512190 URL: https://svnweb.freebsd.org/changeset/ports/512190 Log: - Fix build with PULSEAUDIO (see also https://github.com/magnush/mhwaveedit/pull/13) - Add missing USES=gnome PR: 240596 Reported by: jbeich@FreeBSD.org Added: head/audio/mhwaveedit/files/ head/audio/mhwaveedit/files/patch-src_sound-pulse.c (contents, props changed) Modified: head/audio/mhwaveedit/Makefile Modified: head/audio/mhwaveedit/Makefile ============================================================================== --- head/audio/mhwaveedit/Makefile Mon Sep 16 21:10:34 2019 (r512189) +++ head/audio/mhwaveedit/Makefile Mon Sep 16 21:12:48 2019 (r512190) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= magnush -USES= autoreconf localbase pathfix pkgconfig tar:bzip2 +USES= autoreconf gnome localbase pathfix pkgconfig tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-alsalib \ Added: head/audio/mhwaveedit/files/patch-src_sound-pulse.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mhwaveedit/files/patch-src_sound-pulse.c Mon Sep 16 21:12:48 2019 (r512190) @@ -0,0 +1,11 @@ +--- src/sound-pulse.c.orig 2018-08-25 10:07:24 UTC ++++ src/sound-pulse.c +@@ -22,6 +22,8 @@ + #include <poll.h> + #include <pulse/pulseaudio.h> + ++#include "int_box.h" ++ + #ifndef PA_CHECK_VERSION + #define PA_CHECK_VERSION(a,b,c) (0) + #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909162112.x8GLCm2i094454>