diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-12 12:08:09 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-12 12:08:09 +0000 |
commit | 96446f840c58fd69b0c64051e513972e5c0310cd (patch) | |
tree | 079211e900439b490c27434da596c68a1e9a0ad2 /lang/o2c/files/patch-ab | |
parent | Do not install slogin1.1 manpage, no such program (diff) |
New port o2c, an Oberon-2 compiler.
PR: 5273
Submitted by: Oliver Breuninger <ob@seicom.NET>
Notes
Notes:
svn path=/head/; revision=11410
Diffstat (limited to 'lang/o2c/files/patch-ab')
-rw-r--r-- | lang/o2c/files/patch-ab | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lang/o2c/files/patch-ab b/lang/o2c/files/patch-ab new file mode 100644 index 000000000000..59a05e14d288 --- /dev/null +++ b/lang/o2c/files/patch-ab @@ -0,0 +1,31 @@ +--- system/o2c.red.template.orig Fri Mar 28 13:15:18 1997 ++++ system/o2c.red.template Wed Dec 3 16:54:26 1997 +@@ -8,8 +8,9 @@ + # paths for sources + *.Mod = +- .; # first search the current directory +- lib; # the standard libs, they _have to be_ in the path list +- compiler # the compiler sources +- + RCS # include RCS files in the search ++ .; # first search the current directory ++ lib; ++ @PREFIX@/lib/o2c-1.16; # the standard libs, they _have to be_ in the path list ++ compiler # the compiler sources ++ + RCS # include RCS files in the search + + # places for the compiler generated files +@@ -18,8 +19,11 @@ + + # interface files, have to be in the path list +-*.c = lib ++*.c = ++ lib; ++ @PREFIX@/lib/o2c-1.16 + + # system files: standard include file and list of error messages +-_OGCC.?, ErrorList.Txt = system +- ++_OGCC.?, ErrorList.Txt = ++ system; ++ @PREFIX@/lib/o2c-1.16 + |