diff options
Diffstat (limited to 'dev-lang/yap/files/yap-6.0.4-yapsharedir.patch')
-rw-r--r-- | dev-lang/yap/files/yap-6.0.4-yapsharedir.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-lang/yap/files/yap-6.0.4-yapsharedir.patch b/dev-lang/yap/files/yap-6.0.4-yapsharedir.patch deleted file mode 100644 index b600ff4b7b79..000000000000 --- a/dev-lang/yap/files/yap-6.0.4-yapsharedir.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- yap-6.0.4.orig/pl/consult.yap 2010-05-01 04:53:07.000000000 +1200 -+++ yap-6.0.4/pl/consult.yap 2010-05-16 07:27:41.000000000 +1200 -@@ -875,9 +875,9 @@ - atom_concat([Path,File],PFile). - - '$system_library_directories'(Dir) :- -- getenv('YAPSHAREDIR', Dir). -+ getenv('YAPSHAREDIR', Dir), !. - '$system_library_directories'(Dir) :- -- getenv('YAPCOMMONSDIR', Dir). -+ getenv('YAPCOMMONSDIR', Dir), !. - '$system_library_directories'(Dir) :- - get_value(system_library_directory,Dir). - '$system_library_directories'(Dir) :- |