summary refs log tree commit diff
path: root/pkgs/development/libraries/opencascade
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-05-30 19:16:38 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-05-30 19:16:38 +0200
commit5d8981ee4d4c0e7a549c4578a5b8d58b92bad0c5 (patch)
treea9c6c2e6602a7c1827e7d363ce2a7096ebcda7a9 /pkgs/development/libraries/opencascade
parentbaede3f667be9245e84e1e1db3e9ead70f69d596 (diff)
downloadnixpkgs-5d8981ee4d4c0e7a549c4578a5b8d58b92bad0c5.tar
nixpkgs-5d8981ee4d4c0e7a549c4578a5b8d58b92bad0c5.tar.gz
nixpkgs-5d8981ee4d4c0e7a549c4578a5b8d58b92bad0c5.tar.bz2
nixpkgs-5d8981ee4d4c0e7a549c4578a5b8d58b92bad0c5.tar.lz
nixpkgs-5d8981ee4d4c0e7a549c4578a5b8d58b92bad0c5.tar.xz
nixpkgs-5d8981ee4d4c0e7a549c4578a5b8d58b92bad0c5.tar.zst
nixpkgs-5d8981ee4d4c0e7a549c4578a5b8d58b92bad0c5.zip
opencascade-6.5: work around a build problem
Diffstat (limited to 'pkgs/development/libraries/opencascade')
-rw-r--r--pkgs/development/libraries/opencascade/6.5.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/opencascade/6.5.nix b/pkgs/development/libraries/opencascade/6.5.nix
index b0ef9e83242..4228c285dfd 100644
--- a/pkgs/development/libraries/opencascade/6.5.nix
+++ b/pkgs/development/libraries/opencascade/6.5.nix
@@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
   # -fpermissive helps building opencascade, although gcc detects a flaw in the code
   # and reports an error otherwise. Further versions may fix that.
   NIX_CFLAGS_COMPILE = "-fpermissive"
+  # https://bugzilla.redhat.com/show_bug.cgi?id=902561
+    + " -DUSE_INTERP_RESULT"
   # https://bugs.freedesktop.org/show_bug.cgi?id=83631
     + " -DGLX_GLXEXT_LEGACY";