1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

math/reduce: fix stage-qa issues

PR:		234873
Submitted by:	pfg (maintainer)
This commit is contained in:
Steve Wills 2019-01-13 16:12:54 +00:00
parent 2162b9b8af
commit fb13f7c5cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490153
2 changed files with 18 additions and 2 deletions

View File

@ -18,11 +18,13 @@ BROKEN_powerpc64= fails to compile: arith01.cpp: 'statuc' does not name a type
BUILD_DEPENDS= gnuplot:math/gnuplot
LIB_DEPENDS= libpng.so:graphics/png \
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libpng.so:graphics/png \
libtiff.so:graphics/tiff
USES= autoreconf:build libtool gmake ncurses jpeg
USE_XORG= x11 xext xorgproto xft
USE_XORG= x11 xcursor xext xorgproto xft xrandr xrender
SFSUBDIR= snapshot_2018-11-23

View File

@ -0,0 +1,14 @@
--- generic/newfront/redfront.h.orig 2018-06-17 19:20:00 UTC
+++ generic/newfront/redfront.h
@@ -114,8 +114,11 @@ typedef void (*sig_t)(int);
* version is different...
*/
#ifndef NATIVE_WINDOWS
+
#include "sys.h"
+#ifndef wcwidth
extern int wcwidth(wchar_t c);
+#endif
#include "chartype.h"
#endif