diff options
Diffstat (limited to 'academic/qucs/qucs-disable-tr1.patch')
-rw-r--r-- | academic/qucs/qucs-disable-tr1.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/academic/qucs/qucs-disable-tr1.patch b/academic/qucs/qucs-disable-tr1.patch new file mode 100644 index 0000000000..0be7ae00eb --- /dev/null +++ b/academic/qucs/qucs-disable-tr1.patch @@ -0,0 +1,10 @@ +--- qucs-core/configure.orig 2011-07-03 07:34:09.069218113 -0500 ++++ qucs-core/configure 2011-07-03 07:34:46.618990497 -0500 +@@ -5884,7 +5884,6 @@ + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +-#include <tr1/complex> + using namespace std; + using namespace std::tr1; + int |