summaryrefslogtreecommitdiff
path: root/net-p2p/transmission
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-10-22 19:27:59 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-10-22 19:27:59 +0000
commit2536132a5f4f76a6041cc992ff7cd44fd8c8213e (patch)
tree80d3ec7d01028490916d73d48ccedcf7a93f7eec /net-p2p/transmission
parent- update to 1.2.4 (diff)
Fix the build for FreeBSD 4.x again, which I bring old parts back in by
accident. Still untest on 4.x. Reported by: krismail
Notes
Notes: svn path=/head/; revision=146131
Diffstat (limited to 'net-p2p/transmission')
-rw-r--r--net-p2p/transmission/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile
index 1820fa3852dd..bf06bec3e44a 100644
--- a/net-p2p/transmission/Makefile
+++ b/net-p2p/transmission/Makefile
@@ -47,7 +47,7 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|cc|${CC}|g ; \
- s|-g |${CFLAGS} ${CPPFLAGS} ${PTHREAD_CFLAGS}|g ; \
+ s|-g |${CFLAGS} ${CPPFLAGS} ${PTHREAD_CFLAGS} |g ; \
s|-pthread|${PTHREAD_LIBS}|g ; \
s|$$LINKLIBS ;|${LDFLAGS} $$LINKLIBS ;|g' \
${WRKSRC}/configure