diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-11-20 01:38:17 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-11-20 01:38:17 +0000 |
commit | d39f7b712544658f3c2e5dc23ec6ee4edea20ec2 (patch) | |
tree | e6291fe7fced940e736537dd48fc9adbf0c6bb98 | |
parent | Fix typo. (diff) |
Fix the build for FreeBSD 4.x, untest...
Reported by: krismail
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission/Makefile | 2 | ||||
-rw-r--r-- | net/transmission/Makefile | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile index 08b9e538f12b..b65eb5a8297d 100644 --- a/net-p2p/transmission/Makefile +++ b/net-p2p/transmission/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 diff --git a/net/transmission/Makefile b/net/transmission/Makefile index 08b9e538f12b..b65eb5a8297d 100644 --- a/net/transmission/Makefile +++ b/net/transmission/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 |