Date: Thu, 11 Apr 2019 15:50:45 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498673 - in head/audio/triceratops-lv2: . files Message-ID: <201904111550.x3BFojfE063312@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Apr 11 15:50:45 2019 New Revision: 498673 URL: https://svnweb.freebsd.org/changeset/ports/498673 Log: audio/triceratops-lv2: fix build with GCC-based architectures PR: 237204 Submitted by: Piotr Kubaj Added: head/audio/triceratops-lv2/files/patch-synth.cpp (contents, props changed) Modified: head/audio/triceratops-lv2/Makefile Modified: head/audio/triceratops-lv2/Makefile ============================================================================== --- head/audio/triceratops-lv2/Makefile Thu Apr 11 15:47:12 2019 (r498672) +++ head/audio/triceratops-lv2/Makefile Thu Apr 11 15:50:45 2019 (r498673) @@ -18,7 +18,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c++11-lang pkgconfig waf +USES= compiler:c++11-lang gnome pkgconfig waf USE_GNOME= cairo cairomm gdkpixbuf2 gtk20 gtkmm24 NO_WRKSUBDIR= yes LDFLAGS_i386= -Wl,-znotext Added: head/audio/triceratops-lv2/files/patch-synth.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/triceratops-lv2/files/patch-synth.cpp Thu Apr 11 15:50:45 2019 (r498673) @@ -0,0 +1,11 @@ +--- synth.cpp.orig 2019-04-11 12:27:29 UTC ++++ synth.cpp +@@ -1,5 +1,7 @@ + +- ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#endif + #include "synth.h" + + // CONSTRUCTOR
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904111550.x3BFojfE063312>