diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-09-09 03:23:06 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-09-09 03:23:06 +0000 |
commit | e78d94cdc79962f06dfd91f1de0b02199c0233ef (patch) | |
tree | 6e52628526191e793342e8d7973517b59a6b1d64 /lang/gcc/Makefile | |
parent | 0417b85750c64b40ec09da5757990040a2196341 (diff) | |
download | pkgsrc-e78d94cdc79962f06dfd91f1de0b02199c0233ef.tar.gz |
- pull in the last bit of changes to sync this up with the netbsd-1-6-RELEASE
gcc.
- enable building shared libstdc++
- add a -R to LDFLAGS in Makefile.gcc to point to the shared libs this pkg
installs
Diffstat (limited to 'lang/gcc/Makefile')
-rw-r--r-- | lang/gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index deec630490b..09000436678 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2002/08/12 01:53:34 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.45 2002/09/09 03:23:06 dmcmahill Exp $ # Make sure that the version number in "Makefile.gcc" matches this. DISTNAME= gcc-2.95.3 @@ -14,7 +14,7 @@ HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html COMMENT= GNU Compiler Collection PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCHFILES= gcc-2.95.3-diff-2002-08-11.gz +PATCHFILES= gcc-2.95.3-diff-2002-08-29.gz BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison |