From 9bf293e121571eb863d53969821fe1297335f9f4 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Mon, 17 Oct 2005 07:15:39 +0000 Subject: Fix the build for FreeBSD 4.x. It's untest, btw. Reported by: krismail --- net-p2p/transmission-cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-p2p/transmission-cli') diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index da7b1c887d48..8bcfe28a1370 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -34,7 +34,7 @@ post-patch: s|$$LINKLIBS ;|${LDFLAGS} $$LINKLIBS ;|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-O3||g ; \ - s|-g |${CFLAGS} ${CPPFLAGS} ${PTHREAD_CFLAGS}|g' \ + s|-g |${CFLAGS} ${CPPFLAGS} ${PTHREAD_CFLAGS} |g' \ ${WRKSRC}/Jamrules # jam -dx, it will giving a verbose of build. -- cgit v1.2.3