summaryrefslogtreecommitdiff
path: root/cad/chipmunk/files
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-03-04 00:41:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-03-04 00:41:22 +0000
commit238e8ba9662672050df7f6e4f8ddb74ccf832618 (patch)
tree115e5b4b403f9894818655bef144c60e78dc17d5 /cad/chipmunk/files
parentSwitch the dependency for rpm2cpio from BUILD_DEPENDS to (diff)
Trim pkg-descr and unbreak on 5.0
PR: ports/46824 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
Notes
Notes: svn path=/head/; revision=76824
Diffstat (limited to 'cad/chipmunk/files')
-rw-r--r--cad/chipmunk/files/patch-ba13
1 files changed, 13 insertions, 0 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();