svn commit: r498673 - in head/audio/triceratops-lv2: . files
Yuri Victorovich
yuri at FreeBSD.org
Thu Apr 11 15:50:46 UTC 2019
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
More information about the svn-ports-head
mailing list