diff options
author | clement <clement@FreeBSD.org> | 2004-01-14 01:39:37 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-14 01:39:37 +0000 |
commit | cc78734199d45b997e3a01e46ea3baf2968ccfea (patch) | |
tree | cdcfedb9b0937ca4fd4dd03910b182b53938b5de /net-im/sim-im | |
parent | 8b4f268f070faf28f93b7ae17b1cf699e8068ace (diff) | |
download | FreeBSD-ports-cc78734199d45b997e3a01e46ea3baf2968ccfea.zip FreeBSD-ports-cc78734199d45b997e3a01e46ea3baf2968ccfea.tar.gz |
- Fix build on -STABLE
PR: 61340
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'net-im/sim-im')
-rw-r--r-- | net-im/sim-im/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/sim-im/Makefile b/net-im/sim-im/Makefile index e9209d5..1622baf 100644 --- a/net-im/sim-im/Makefile +++ b/net-im/sim-im/Makefile @@ -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' \ |