mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Add patch to make compatible with gcc47.
PR: ports/184568 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Reference: ports/183342
This commit is contained in:
parent
9a4bad2f59
commit
87c3d954dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335843
@ -14,6 +14,7 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||
OCTSRC= ${OCTAVE_PKGNAME}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
||||
USE_DOS2UNIX= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
||||
|
10
math/octave-forge-fl-core/files/patch-fl_compose.cc
Normal file
10
math/octave-forge-fl-core/files/patch-fl_compose.cc
Normal file
@ -0,0 +1,10 @@
|
||||
--- fl_compose.cc.orig 2013-11-16 22:48:40.000000000 +0100
|
||||
+++ fl_compose.cc 2013-11-16 22:48:58.000000000 +0100
|
||||
@@ -20,6 +20,7 @@
|
||||
|
||||
#include <octave/oct.h>
|
||||
#include <octave/parse.h>
|
||||
+#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#define HELP \
|
Loading…
x
Reference in New Issue
Block a user