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

(-)math/reduce/Makefile (-2 / +4 lines)
Lines 18-28 Link Here
18
18
19
BUILD_DEPENDS=	gnuplot:math/gnuplot
19
BUILD_DEPENDS=	gnuplot:math/gnuplot
20
20
21
LIB_DEPENDS=	libpng.so:graphics/png \
21
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
22
		libfreetype.so:print/freetype2 \
23
		libpng.so:graphics/png \
22
		libtiff.so:graphics/tiff
24
		libtiff.so:graphics/tiff
23
25
24
USES=		autoreconf:build libtool gmake ncurses jpeg
26
USES=		autoreconf:build libtool gmake ncurses jpeg
25
USE_XORG=	x11 xext xorgproto xft
27
USE_XORG=	x11 xcursor xext xorgproto xft xrandr xrender
26
28
27
SFSUBDIR=	snapshot_2018-11-23
29
SFSUBDIR=	snapshot_2018-11-23
28
30
(-)math/reduce/files/patch-generic_newfront_redfront.h (+14 lines)
Line 0 Link Here
1
--- generic/newfront/redfront.h.orig	2018-06-17 19:20:00 UTC
2
+++ generic/newfront/redfront.h
3
@@ -114,8 +114,11 @@ typedef void (*sig_t)(int);
4
  * version is different...
5
  */
6
 #ifndef NATIVE_WINDOWS
7
+
8
 #include "sys.h"
9
+#ifndef wcwidth
10
 extern int wcwidth(wchar_t c);
11
+#endif
12
 #include "chartype.h"
13
 #endif
14
 

Return to bug 234873