diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
commit | b1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch) | |
tree | de86c8c77ebfec33fb4888f702c1c1fc593cce83 /lang/o2c/files/patch-ab | |
parent | - update for cairo release (diff) |
Remove expired ports
Notes
Notes:
svn path=/head/; revision=147349
Diffstat (limited to 'lang/o2c/files/patch-ab')
-rw-r--r-- | lang/o2c/files/patch-ab | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/lang/o2c/files/patch-ab b/lang/o2c/files/patch-ab deleted file mode 100644 index 59a05e14d288..000000000000 --- a/lang/o2c/files/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ ---- 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 - |