svn commit: r335843 - in head/math/octave-forge-fl-core: . files
Stephen Montgomery-Smith
stephen at FreeBSD.org
Sat Dec 7 19:23:07 UTC 2013
Author: stephen
Date: Sat Dec 7 19:23:05 2013
New Revision: 335843
URL: http://svnweb.freebsd.org/changeset/ports/335843
Log:
- Add patch to make compatible with gcc47.
PR: ports/184568
Submitted by: Christoph Moench-Tegeder <cmt at burggraben.net>
Reference: ports/183342
Added:
head/math/octave-forge-fl-core/files/
head/math/octave-forge-fl-core/files/patch-fl_compose.cc (contents, props changed)
Modified:
head/math/octave-forge-fl-core/Makefile
Modified: head/math/octave-forge-fl-core/Makefile
==============================================================================
--- head/math/octave-forge-fl-core/Makefile Sat Dec 7 19:01:36 2013 (r335842)
+++ head/math/octave-forge-fl-core/Makefile Sat Dec 7 19:23:05 2013 (r335843)
@@ -14,6 +14,7 @@ COMMENT= Octave-forge package ${OCTAVE_P
OCTSRC= ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/${OCTSRC}/src
+USE_DOS2UNIX= yes
NO_STAGE= yes
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
Added: head/math/octave-forge-fl-core/files/patch-fl_compose.cc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/octave-forge-fl-core/files/patch-fl_compose.cc Sat Dec 7 19:23:05 2013 (r335843)
@@ -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 \
More information about the svn-ports-all
mailing list