aboutsummaryrefslogtreecommitdiff
path: root/math/clp/files
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-09-17 13:02:43 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-09-17 13:02:43 +0000
commite9ceef66936ead3b40282886192ab80bc2113563 (patch)
tree705f5bb634340de7ef20d0670d832fa569abb4f9 /math/clp/files
parent385cfdbdc1ff3273c0d839dec35b01bcd3fd218f (diff)
downloadports-e9ceef66936ead3b40282886192ab80bc2113563.tar.gz
ports-e9ceef66936ead3b40282886192ab80bc2113563.zip
Update to version 1.10.0, fixing an existing build error with GCC 4.4 by
means of an additional patch. Reported by: pav and miwi (from pointyhat) Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Approved by: maintainer timeout Feature safe: yes
Notes
Notes: svn path=/head/; revision=241574
Diffstat (limited to 'math/clp/files')
-rw-r--r--math/clp/files/patch-CoinUtils+src+CoinParam.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/clp/files/patch-CoinUtils+src+CoinParam.hpp b/math/clp/files/patch-CoinUtils+src+CoinParam.hpp
new file mode 100644
index 000000000000..9e661a50e12c
--- /dev/null
+++ b/math/clp/files/patch-CoinUtils+src+CoinParam.hpp
@@ -0,0 +1,10 @@
+--- CoinUtils/src/CoinParam.hpp.orig 2009-08-16 22:33:13.000000000 -0500
++++ CoinUtils/src/CoinParam.hpp 2009-08-16 22:34:23.000000000 -0500
+@@ -12,6 +12,7 @@
+
+ #include <vector>
+ #include <string>
++#include <cstdio>
+
+ /*! \class CoinParam
+ \brief A base class for `keyword value' command line parameters.