freebsd-ports/cad/pisces/files/patch-ab
Ade Lovett 51e78bed9c 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>
2000-05-03 14:59:53 +00:00

30 lines
822 B
Text

*** utils/imakesrc/aelimake.orig Fri Jan 15 18:49:29 1999
--- utils/imakesrc/aelimake Fri Jan 15 18:51:03 1999
***************
*** 7,14 ****
# system is one of: $SYS_LIST
! SYS_LIST="SUN3 SUN4 ULTRIX CONVEX MIPS"
# Templates directory:
! imake="/tmp/release/utils/imakesrc"
# local things are to be used...
--- 7,14 ----
# system is one of: $SYS_LIST
! SYS_LIST="SUN3 SUN4 ULTRIX CONVEX MIPS FBSD"
# Templates directory:
! imake=${WRKDIR}/utils/imakesrc
# local things are to be used...
***************
*** 62,64 ****
fi
! /tmp/bin/imake $IVERBOSE -D$SYS $IFILE -T Imake.tmpl -I$imake/Defaults -I$imake $MFILE $DEFS "-DImakeDefines=$DEFS"
--- 62,64 ----
fi
! ${X11BASE}/bin/imake $IVERBOSE -D$SYS $IFILE -T Imake.tmpl -I$imake/Defaults -I$imake $MFILE $DEFS "-DImakeDefines=$DEFS"