1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Fix build on -STABLE

PR:                 61340
Submitted by:       Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
Approved by:        erwin (mentor) (implicitly)
This commit is contained in:
Clement Laforet 2004-01-14 01:39:37 +00:00
parent 86c7e0c397
commit 06a3b5912c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98127
3 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,7 @@ post-extract:
.for i in _core filter forward icq remote
@${TOUCH} ${WRKSRC}/plugins/${i}/Makefile.in
.endfor
@${RM} -f ${WRKSRC}/plugins/remote/simctrl.o
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \

View File

@ -56,6 +56,7 @@ post-extract:
.for i in _core filter forward icq remote
@${TOUCH} ${WRKSRC}/plugins/${i}/Makefile.in
.endfor
@${RM} -f ${WRKSRC}/plugins/remote/simctrl.o
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \

View File

@ -56,6 +56,7 @@ post-extract:
.for i in _core filter forward icq remote
@${TOUCH} ${WRKSRC}/plugins/${i}/Makefile.in
.endfor
@${RM} -f ${WRKSRC}/plugins/remote/simctrl.o
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \