diff options
-rw-r--r-- | cad/chipmunk/files/patch-ba | 13 | ||||
-rw-r--r-- | cad/chipmunk/pkg-descr | 10 |
2 files changed, 13 insertions, 10 deletions
diff --git a/cad/chipmunk/files/patch-ba b/cad/chipmunk/files/patch-ba new file mode 100644 index 000000000000..a1ba19323f17 --- /dev/null +++ b/cad/chipmunk/files/patch-ba @@ -0,0 +1,13 @@ +--- psys/include/p2c/p2c.h.orig Tue Jan 7 15:14:37 2003 ++++ psys/include/p2c/p2c.h Tue Jan 7 15:16:04 2003 +@@ -85,10 +85,6 @@ + #include <unistd.h> + #endif + +-#if (!defined(BSD) && !defined(__sgi) && !defined(__alpha__)) +-# define log1p(X) log(1+(X)) +-#endif +- + #if defined(rs6000) || defined(ultrix) + extern char *strdup(); + extern char *strpbrk(); diff --git a/cad/chipmunk/pkg-descr b/cad/chipmunk/pkg-descr index abf7ad44e36e..355d0b2600a7 100644 --- a/cad/chipmunk/pkg-descr +++ b/cad/chipmunk/pkg-descr @@ -18,15 +18,5 @@ to Actel format with these tools (example). These tools were originally written for HP 200 Series ("Chipmunk") computers, and were later ported to Unix and the X Windows System. -Many people contributed to the design and porting of these tools; we -have made an attempt to credit authors in each package, and regret any -omisions. Carver Mead provided the inspiration, initiative, and -financial support for many of the tools in this package; in several -cases (wol and wolcomp) he wrote the original prototypes as well. The -Systems Development Foundation, Hewlett Packard, and the Office of -Naval Research were the main sources of funding for these tools. These -tools are distributed under a license very similar to the GNU license; -the minor changes protect Caltech from liability. Each tar file -contains this license. WWW: http://www.cs.berkeley.edu/~lazzaro/chipmunk/ |