diff options
author | mezz <mezz@FreeBSD.org> | 2005-11-20 09:38:17 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-11-20 09:38:17 +0800 |
commit | 817f0003c981b617fdd09984520604f90c75198f (patch) | |
tree | e747e15405d795646109afc07e163ce16f98e364 /net-p2p/transmission-cli | |
parent | 82785b666a0b0915cdd23ef924c592454d11a059 (diff) | |
download | freebsd-ports-gnome-817f0003c981b617fdd09984520604f90c75198f.tar.gz freebsd-ports-gnome-817f0003c981b617fdd09984520604f90c75198f.tar.zst freebsd-ports-gnome-817f0003c981b617fdd09984520604f90c75198f.zip |
Fix the build for FreeBSD 4.x, untest...
Reported by: krismail
Diffstat (limited to 'net-p2p/transmission-cli')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index 08b9e538f12b..b65eb5a8297d 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -16,7 +16,7 @@ COMMENT= A free BitTorrent client written from scratch in C BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam -CFLAGS+= -Wall -W +CFLAGS+= -Wall -W ${CPPFLAGS} USE_REINPLACE= yes HAS_CONFIGURE= yes USE_GETOPT_LONG=yes |