diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:04:58 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:04:58 +0000 |
commit | f4c18adf519154f09c2481a63f5493130b5e7448 (patch) | |
tree | a91bad08c660465368667e9871601f5fd0360b64 /cad/spice/files/patch-as | |
parent | Update to version 20000430. (diff) |
Incorporate some changes from NetBSD, Linux, and the Macquarie University.
PR: 18509
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Notes
Notes:
svn path=/head/; revision=28868
Diffstat (limited to 'cad/spice/files/patch-as')
-rw-r--r-- | cad/spice/files/patch-as | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cad/spice/files/patch-as b/cad/spice/files/patch-as new file mode 100644 index 000000000000..587f90a66572 --- /dev/null +++ b/cad/spice/files/patch-as @@ -0,0 +1,19 @@ +*** util/skeleton/make_def.bd.orig Thu Jul 29 16:35:18 1993 +--- util/skeleton/make_def.bd Fri Oct 1 01:47:31 1999 +*************** +*** 8,14 **** + PATH_SEP = / + PS = / + REVISION = +! VERSION = 3f4 + VERSION_REVISION= $(VERSION)$(REVISION) + NOTICE = + TOP = /projects/spice3/spice$(VERSION) +--- 8,14 ---- + PATH_SEP = / + PS = / + REVISION = +! VERSION = 3f5 + VERSION_REVISION= $(VERSION)$(REVISION) + NOTICE = + TOP = /projects/spice3/spice$(VERSION) |