diff options
author | mezz <mezz@FreeBSD.org> | 2005-10-17 15:15:39 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-10-17 15:15:39 +0800 |
commit | 88b62802fb4bd66059de753872a7e0def807278a (patch) | |
tree | a9091f48e5822b89cbe36484193bc152b62234c4 /net | |
parent | 9b7e941d8a616cd7d0e4e941ed1176191dc684e4 (diff) | |
download | freebsd-ports-gnome-88b62802fb4bd66059de753872a7e0def807278a.tar.gz freebsd-ports-gnome-88b62802fb4bd66059de753872a7e0def807278a.tar.zst freebsd-ports-gnome-88b62802fb4bd66059de753872a7e0def807278a.zip |
Fix the build for FreeBSD 4.x. It's untest, btw.
Reported by: krismail
Diffstat (limited to 'net')
-rw-r--r-- | net/transmission/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/transmission/Makefile b/net/transmission/Makefile index da7b1c887d48..8bcfe28a1370 100644 --- a/net/transmission/Makefile +++ b/net/transmission/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. |