summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-01-26 08:43:58 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-01-26 08:43:58 +0000
commit6bd50c45e2001fd460f5ff545c4ec0e0faf06521 (patch)
tree8ea925ee0e6ad9854b54a3c0cc7eb30f722427bd /science
parentFix build on -current (diff)
Fix build on -current
Notes
Notes: svn path=/head/; revision=53774
Diffstat (limited to 'science')
-rw-r--r--science/felt/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/science/felt/Makefile b/science/felt/Makefile
index 210feec569af..2f0fe27d9667 100644
--- a/science/felt/Makefile
+++ b/science/felt/Makefile
@@ -26,6 +26,18 @@ MAN1= burlap.1 corduroy.1 felt.1 patchwork.1 velvet.1 yardstick.1
MAN3= Drawing.3
MAN4= corduroy.4 felt.4
+post-patch:
+ @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>, ; s,"malloc.h",<stdlib.h>,' \
+ ${WRKSRC}/lib/Felt/parser.c ${WRKSRC}/lib/Felt/parser.c \
+ ${WRKSRC}/lib/Widgets/xwd.c ${WRKSRC}/lib/Matrix/data.c \
+ ${WRKSRC}/lib/Matrix/factor.c ${WRKSRC}/lib/Matrix/eigen.c \
+ ${WRKSRC}/lib/Matrix/c_data.c ${WRKSRC}/lib/Matrix/c_factor.c \
+ ${WRKSRC}/include/allocate.h ${WRKSRC}/src/Velvet/error.c \
+ ${WRKSRC}/src/Burlap/allocate.h ${WRKSRC}/src/Burlap/interactive.c \
+ ${WRKSRC}/src/Burlap/parser.c ${WRKSRC}/src/Burlap/parser.c \
+ ${WRKSRC}/src/Corduroy/parser.c ${WRKSRC}/src/Corduroy/parser.c \
+ ${WRKSRC}/src/Patchwork/util.c
+
post-install:
${MKDIR} ${PREFIX}/share/examples/FElt
${CP} ${WRKSRC}/examples/* ${PREFIX}/share/examples/FElt