diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-10-20 22:36:14 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-10-20 22:36:14 +0000 |
commit | 688399dcaff209d6b0300bbf1e649c8bc332d5c7 (patch) | |
tree | d4d49ef6317b8423372cde163eb2017118bba6f3 /devel/cl-infix/files | |
parent | e0d6aee7495f84abd15ddfb8434167707ccc8598 (diff) |
Notes
Diffstat (limited to 'devel/cl-infix/files')
-rw-r--r-- | devel/cl-infix/files/patch-infix.asd | 11 | ||||
-rw-r--r-- | devel/cl-infix/files/patch-infix.system | 14 |
2 files changed, 25 insertions, 0 deletions
diff --git a/devel/cl-infix/files/patch-infix.asd b/devel/cl-infix/files/patch-infix.asd new file mode 100644 index 000000000000..e1ffd431a083 --- /dev/null +++ b/devel/cl-infix/files/patch-infix.asd @@ -0,0 +1,11 @@ + +$FreeBSD$ + +--- infix.asd.orig ++++ infix.asd +@@ -16,4 +16,4 @@ + (:static-file "COPYING"))) + + (defmethod source-file-type ((f cl-source-file) (s (eql (find-system 'infix)))) +- "cl") ++ "lisp") diff --git a/devel/cl-infix/files/patch-infix.system b/devel/cl-infix/files/patch-infix.system new file mode 100644 index 000000000000..94745f09b5bf --- /dev/null +++ b/devel/cl-infix/files/patch-infix.system @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- infix.system.orig ++++ infix.system +@@ -2,7 +2,7 @@ + + (mk:defsystem infix + :source-pathname "cl-library:infix;" +- :source-extension "cl" ++ :source-extension "lisp" + :binary-pathname nil + :binary-extension nil + :components ((:file "infix"))) |