mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Don't clobber the system strcasestr().
Submitted by: bento
This commit is contained in:
parent
21643df3fc
commit
9a79a15045
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56506
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue