View | Details | Raw Unified | Return to bug 237204
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
18
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
19
		libfreetype.so:print/freetype2
19
		libfreetype.so:print/freetype2
20
20
21
USES=		compiler:c++11-lang pkgconfig waf
21
USES=		compiler:c++11-lang gnome pkgconfig waf
22
USE_GNOME=	cairo cairomm gdkpixbuf2 gtk20 gtkmm24
22
USE_GNOME=	cairo cairomm gdkpixbuf2 gtk20 gtkmm24
23
NO_WRKSUBDIR=	yes
23
NO_WRKSUBDIR=	yes
24
LDFLAGS_i386=	-Wl,-znotext
24
LDFLAGS_i386=	-Wl,-znotext
(-)files/patch-synth.cpp (+11 lines)
Line 0 Link Here
1
--- synth.cpp.orig	2019-04-11 12:27:29 UTC
2
+++ synth.cpp
3
@@ -1,5 +1,7 @@
4
 
5
-
6
+#ifdef __FreeBSD__
7
+#include <sys/types.h>
8
+#endif
9
 #include "synth.h"
10
 
11
 // CONSTRUCTOR

Return to bug 237204