diff options
author | ade <ade@FreeBSD.org> | 2000-05-03 22:59:53 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-05-03 22:59:53 +0800 |
commit | 95257366f67a36956497d521d9100b44b7b2d44c (patch) | |
tree | eedee50c2c5c2ebc4177e6762fcd31f10fe90cf2 /cad/pisces/files/patch-bf | |
parent | dd577689a672a6c1870e179cb055158a987f9001 (diff) | |
download | freebsd-ports-graphics-95257366f67a36956497d521d9100b44b7b2d44c.tar.gz freebsd-ports-graphics-95257366f67a36956497d521d9100b44b7b2d44c.tar.zst freebsd-ports-graphics-95257366f67a36956497d521d9100b44b7b2d44c.zip |
Add PISCES, a two-dimensional device simulator which includes
models for surface mobility, impact ionization and photo-generation.
Quasi-three-dimensional simulation of cylindrically-symmetric devices is
also supported.
PR: 14686
Submitted by: Gianlorenzo Masini <masini@uniroma3.it>
Diffstat (limited to 'cad/pisces/files/patch-bf')
-rw-r--r-- | cad/pisces/files/patch-bf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/cad/pisces/files/patch-bf b/cad/pisces/files/patch-bf new file mode 100644 index 00000000000..0c8cb404ea2 --- /dev/null +++ b/cad/pisces/files/patch-bf @@ -0,0 +1,26 @@ +*** library/sysf77lib/9009/Imakefile.orig Wed May 29 00:50:20 1991 +--- library/sysf77lib/9009/Imakefile Fri Apr 21 13:59:16 2000 +*************** +*** 9,14 **** +--- 9,17 ---- + OBJS_DEF= xdate_def.o xexit_def.o xgeten_def.o xgtarg_def.o \ + xmktmp_def.o xtimer_def.o + ++ OBJS_FBSD= xdate_fbsd.o xexit_def.o xgeten_def.o xgtarg_def.o \ ++ xmktmp_bsd.o xtimer_fbsd.o ++ + OBJS_BSD= xdate_bsd.o xexit_bsd.o xgeten_bsd.o xgtarg_bsd.o \ + xmktmp_bsd.o xtimer_bsd.o + +*************** +*** 27,32 **** +--- 30,38 ---- + # Default (hopefully will get overriddend below): + OBJS= $(OBJS_DEF) + ++ #ifdef FBSD ++ OBJS= $(OBJS_FBSD) ++ #endif + #if defined(SUN3) || defined(SUN4) || defined(CONVEX) + OBJS= $(OBJS_BSD) + #endif |