about summary refs log tree commit diff
path: root/pkgs/development/compilers/clasp/remove-unused-command-line-argument.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/clasp/remove-unused-command-line-argument.patch')
-rw-r--r--pkgs/development/compilers/clasp/remove-unused-command-line-argument.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/development/compilers/clasp/remove-unused-command-line-argument.patch b/pkgs/development/compilers/clasp/remove-unused-command-line-argument.patch
deleted file mode 100644
index b5c2d0bf39c3..000000000000
--- a/pkgs/development/compilers/clasp/remove-unused-command-line-argument.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/koga/units.lisp b/src/koga/units.lisp
-index 808cebd17..2bbf965fd 100644
---- a/src/koga/units.lisp
-+++ b/src/koga/units.lisp
-@@ -197,7 +197,7 @@
-                                :type :cxxflags)
-   #+darwin (append-cflags configuration "-stdlib=libc++" :type :cxxflags)
-   #+darwin (append-cflags configuration "-I/usr/local/include")
--  #+linux (append-cflags configuration "-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fno-stack-protector -stdlib=libstdc++"
-+  #+linux (append-cflags configuration "-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fno-stack-protector"
-                                        :type :cxxflags)
-   #+linux (append-cflags configuration "-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fno-stack-protector"
-                                        :type :cflags)