diff options
author | obrien <obrien@FreeBSD.org> | 2001-03-09 13:01:35 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-03-09 13:01:35 +0000 |
commit | 9d1c3cbfcf48be7d0d4f22f92a38c0131985b62e (patch) | |
tree | 14083c6a9b446004b241a950a29b3bd1cbd74260 /devel/libg++/Makefile | |
parent | 6d99db1680815db4ed5b52dbfbacac3cf2a1324e (diff) | |
download | FreeBSD-ports-9d1c3cbfcf48be7d0d4f22f92a38c0131985b62e.zip FreeBSD-ports-9d1c3cbfcf48be7d0d4f22f92a38c0131985b62e.tar.gz |
* 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 d1c08bf..22a64e0 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 |