mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/reduce: fix stage-qa issues
PR: 234873 Submitted by: pfg (maintainer)
This commit is contained in:
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
|
@ -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
|
||||
|
||||
|
|
14
math/reduce/files/patch-generic_newfront_redfront.h
Normal file
14
math/reduce/files/patch-generic_newfront_redfront.h
Normal 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
|
||||
|
Loading…
Add table
Reference in a new issue