diff options
Diffstat (limited to 'sci-mathematics/axiom/files/gcl-2.6.7.fix-out-of-build-root-compile.patch.input')
-rw-r--r-- | sci-mathematics/axiom/files/gcl-2.6.7.fix-out-of-build-root-compile.patch.input | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-mathematics/axiom/files/gcl-2.6.7.fix-out-of-build-root-compile.patch.input b/sci-mathematics/axiom/files/gcl-2.6.7.fix-out-of-build-root-compile.patch.input deleted file mode 100644 index 9b73a20026ab..000000000000 --- a/sci-mathematics/axiom/files/gcl-2.6.7.fix-out-of-build-root-compile.patch.input +++ /dev/null @@ -1,24 +0,0 @@ ---- gcl_cmpmain.lsp 2005-05-06 22:56:55.000000000 +0100 -+++ gcl_cmpmain.lsp.new 2005-12-04 20:56:31.000000000 +0000 -@@ -545,9 +545,8 @@ - (setq na (namestring - (make-pathname :name name :type (pathname-type(first args))))) - #+(or dos winnt) -- (format nil "~a -I~a ~a ~a -c -w ~s -o ~s" -+ (format nil "~a ~a ~a -c -w ~s -o ~s" - *cc* -- (concatenate 'string si::*system-directory* "../h") - (if (and (boundp '*c-debug*) *c-debug*) " -g " "") - (case *speed* - (3 *opt-three* ) -@@ -558,9 +557,8 @@ - ) - - #-(or dos winnt) -- (format nil "~a -I~a ~a ~a -c ~s -o ~s ~a" -+ (format nil "~a ~a ~a -c ~s -o ~s ~a" - *cc* -- (concatenate 'string si::*system-directory* "../h") - (if (and (boundp '*c-debug*) *c-debug*) " -g " "") - (case *speed* - (3 *opt-three* ) |