Index: head/audio/triceratops-lv2/Makefile =================================================================== --- head/audio/triceratops-lv2/Makefile (revision 498672) +++ head/audio/triceratops-lv2/Makefile (revision 498673) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= triceratops DISTVERSIONPREFIX= lv2-v DISTVERSION= 0.3.1 PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/triceratops PKGNAMESUFFIX= -lv2 MAINTAINER= yuri@FreeBSD.org COMMENT= Polyphonic synthesizer LV2 plugin LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING 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 post-install: @${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/lib/lv2/triceratops.lv2/triceratops.so \ ${STAGEDIR}${PREFIX}/lib/lv2/triceratops.lv2/triceratops_gui.so .include Index: head/audio/triceratops-lv2/files/patch-synth.cpp =================================================================== --- head/audio/triceratops-lv2/files/patch-synth.cpp (nonexistent) +++ head/audio/triceratops-lv2/files/patch-synth.cpp (revision 498673) @@ -0,0 +1,11 @@ +--- synth.cpp.orig 2019-04-11 12:27:29 UTC ++++ synth.cpp +@@ -1,5 +1,7 @@ + +- ++#ifdef __FreeBSD__ ++#include ++#endif + #include "synth.h" + + // CONSTRUCTOR Property changes on: head/audio/triceratops-lv2/files/patch-synth.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property