aboutsummaryrefslogtreecommitdiff
path: root/math/abs
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-03-24 00:50:13 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-03-24 00:50:13 +0000
commit9a79a15045fbfa859aceb096a64a3aeeb58c5e67 (patch)
treee1ce0e36cae1beb46b801fb118e75dac6b9b7e73 /math/abs
parent21643df3fcf6aae6625ed7af2b6658f59c4d0336 (diff)
downloadports-9a79a15045fbfa859aceb096a64a3aeeb58c5e67.tar.gz
ports-9a79a15045fbfa859aceb096a64a3aeeb58c5e67.zip
Don't clobber the system strcasestr().
Submitted by: bento
Notes
Notes: svn path=/head/; revision=56506
Diffstat (limited to 'math/abs')
-rw-r--r--math/abs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile
index 0ce4780eedfc..a6018e965aaf 100644
--- a/math/abs/Makefile
+++ b/math/abs/Makefile
@@ -17,6 +17,9 @@ MAINTAINER= gmarco@giovannelli.it
USE_XLIB= yes
USE_XPM= yes
+post-patch:
+ @${PERL} -pi -e 's,strcasestr,strcasestr_,' ${WRKSRC}/Database/cell.c
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin