diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-09 13:01:35 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-09 13:01:35 +0000 |
commit | ae33ef37fda27ac0e5795cc694589a8ec33298c7 (patch) | |
tree | 79955fe11a1a7bebc5a89c2a61d6539fde91c264 /devel/libg++/Makefile | |
parent | The condition for checking whether the system supports IPv6 was (diff) |
* Found a new mastersite for the patches. Also found more patches there.
* Fix the build problem that was created when bsd.port.mk started setting
CXXFLAGS in MAKE_ENV. The problem is if a port uses a BSD-style Makefile
and C++, sys.mk will not craft a proper CXXFLAGS because it uses "=?".
Diffstat (limited to 'devel/libg++/Makefile')
-rw-r--r-- | devel/libg++/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index d1c08bf65861..22a64e0ccf14 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -16,10 +16,11 @@ MASTER_SITES= http://www.m-hollstein.de/libgxx/ \ ftp://ftp.ninemoons.com/pub/mirrors/egcs/infrastructure/ \ ${MASTER_SITE_GNU} -PATCH_SITES= http://www.m-hollstein.de/libgxx/ \ - ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= obrien -PATCHFILES= ${DISTNAME}-20000312.diff.gz +PATCH_SITES= http://www.cygnus.com/~manfredh/libgxx/ \ +PATCHFILES= ${DISTNAME}-20000312.diff.gz \ + ${DISTNAME}-20000419.diff.gz \ + ${DISTNAME}-20000816.diff.gz \ + ${DISTNAME}-20000914.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= obrien@FreeBSD.org @@ -28,8 +29,6 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} PLIST_SUB= GCC28SUBDIR=${GCC28DIR} USE_NEWGCC= yes -BROKEN= "Does not build - compiler error" - pre-configure: @${CP} -p ${FILESDIR}/Makefile.libg++ ${WRKSRC}/Makefile |