From 28453798887558145b547929c0aa29fa16f91a0d Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Thu, 19 Mar 2015 21:44:22 +0000
Subject: [PATCH] Temporarily set HAVE_CSTDDEF

[[Imported from SVN: r10093]]
---
 src/mixed-cosserat-continuum.cc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/mixed-cosserat-continuum.cc b/src/mixed-cosserat-continuum.cc
index 993b0582..bce35209 100644
--- a/src/mixed-cosserat-continuum.cc
+++ b/src/mixed-cosserat-continuum.cc
@@ -1,5 +1,8 @@
 #include <config.h>
 
+// Hack to make IPOpt happy.  No idea why the build system doesn't properly handle this
+#define HAVE_CSTDDEF
+
 #define SECOND_ORDER
 
 #include <fenv.h>
@@ -250,7 +253,7 @@ int main (int argc, char *argv[]) try
     OrientationFEBasis orientationFEBasis(gridView);
 
     std::cout << "Deformation: " << deformationFEBasis.size() << ",   orientation: " << orientationFEBasis.size() << std::endl;
-    
+
     // /////////////////////////////////////////
     //   Read Dirichlet values
     // /////////////////////////////////////////
-- 
GitLab