diff options
author | obrien <obrien@FreeBSD.org> | 2000-03-20 23:10:47 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-03-20 23:10:47 +0000 |
commit | db97f51e25c3a90c646ffa505868e8362eef8a36 (patch) | |
tree | 2c0ca79f4ea262ceddf69d6307aa35d3376c424b /devel/libg++/Makefile | |
parent | 652a19e79cfe323d4677df9266a79a140d71b30e (diff) | |
download | FreeBSD-ports-db97f51e25c3a90c646ffa505868e8362eef8a36.zip FreeBSD-ports-db97f51e25c3a90c646ffa505868e8362eef8a36.tar.gz |
Add offical patch that fixes some non-standards conformant code.
Diffstat (limited to 'devel/libg++/Makefile')
-rw-r--r-- | devel/libg++/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index 9b0f31b..0f7d98f 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -8,12 +8,17 @@ DISTNAME= libg++-2.8.1.3 CATEGORIES= devel -MASTER_SITES= ftp://ftp.valinux.com/pub/support/hjl/ \ - ftp://egcs.cygnus.com/pub/gcc/infrastructure/ \ - ftp://ftp.iij.ad.jp/pub/egcs/infrastructure/ \ - ftp://ftp.ninemoons.com/pub/mirrors/egcs/infrastructure/ \ +MASTER_SITES= http://www.m-hollstein.de/libgxx/ \ + ftp://ftp.valinux.com/pub/support/hjl/ \ + ftp://egcs.cygnus.com/pub/gcc/infrastructure/ \ + ftp://ftp.iij.ad.jp/pub/egcs/infrastructure/ \ + ftp://ftp.ninemoons.com/pub/mirrors/egcs/infrastructure/ \ ${MASTER_SITE_GNU} +PATCH_SITES= http://www.m-hollstein.de/libgxx/ +PATCHFILES= libg++-2.8.1.3-20000312.diff.gz +PATCH_DIST_STRIP= -p1 + MAINTAINER= obrien@FreeBSD.org CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} |