summaryrefslogtreecommitdiff
path: root/math/octave/files/patch-src+DLD-FUNCTIONS+__glpk__.cc
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave/files/patch-src+DLD-FUNCTIONS+__glpk__.cc')
-rw-r--r--math/octave/files/patch-src+DLD-FUNCTIONS+__glpk__.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/octave/files/patch-src+DLD-FUNCTIONS+__glpk__.cc b/math/octave/files/patch-src+DLD-FUNCTIONS+__glpk__.cc
new file mode 100644
index 000000000000..bfada7679d8f
--- /dev/null
+++ b/math/octave/files/patch-src+DLD-FUNCTIONS+__glpk__.cc
@@ -0,0 +1,10 @@
+--- src/DLD-FUNCTIONS/__glpk__.cc.orig 2012-01-03 15:48:37.000000000 -0500
++++ src/DLD-FUNCTIONS/__glpk__.cc 2013-05-07 09:25:34.000000000 -0400
+@@ -45,6 +45,7 @@
+ #include <glpk/glpk.h>
+ #else
+ #include <glpk.h>
++#include <glplpx.h>
+ #endif
+
+ #if 0