diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-14 01:39:37 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-14 01:39:37 +0000 |
commit | 06a3b5912c4252dbcd1f4f8c84b098c4f970ff6a (patch) | |
tree | c45d84a070479b96ef8e03e3b8a7984bc7640110 /net-im | |
parent | Update to 0.04 which fixes some bugs (and provides tests to reduce the (diff) |
- Fix build on -STABLE
PR: 61340
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
Approved by: erwin (mentor) (implicitly)
Notes
Notes:
svn path=/head/; revision=98127
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/sim-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/simicq/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-im/sim-im/Makefile b/net-im/sim-im/Makefile index e9209d5a3e64..1622baf112b0 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' \ diff --git a/net-im/simicq/Makefile b/net-im/simicq/Makefile index e9209d5a3e64..1622baf112b0 100644 --- a/net-im/simicq/Makefile +++ b/net-im/simicq/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' \ |