diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-04-19 16:57:19 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-04-19 16:57:19 +0000 |
commit | 12c05f36a2218bd8340c412dbe3d03a7ea091cb8 (patch) | |
tree | c682302a067fd7cf3827acfbe6b76b5d342b2224 /net-p2p/libbt/Makefile | |
parent | d709fa8022fb665722aaf09076cc2bb2bc22b0d6 (diff) | |
download | ports-12c05f36a2218bd8340c412dbe3d03a7ea091cb8.tar.gz ports-12c05f36a2218bd8340c412dbe3d03a7ea091cb8.zip |
- add patch based on OS versions.
- add USE_GCC=3.3 and unbreak this port on 4.x
- backout arch-related settings in previous commit.
Noticed by: kris
Reviewed by: Florent Thoumie <flz@xbsd.org>
Approved by: Florent Thoumie <flz@xbsd.org>
Notes
Notes:
svn path=/head/; revision=107602
Diffstat (limited to 'net-p2p/libbt/Makefile')
-rw-r--r-- | net-p2p/libbt/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/libbt/Makefile b/net-p2p/libbt/Makefile index bd2b5850ab02..cce0bb926054 100644 --- a/net-p2p/libbt/Makefile +++ b/net-p2p/libbt/Makefile @@ -20,12 +20,14 @@ LIB_DEPENDS= uuid.1:${PORTSDIR}/sysutils/e2fsprogs \ GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes - +USE_GCC= 3.3 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.pre.mk> -ONLY_FOR_ARCHS= i386 +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif post-patch: @${REINPLACE_CMD} -e 's|depend||' ${WRKSRC}/Makefile.in |