diff options
author | gerald <gerald@FreeBSD.org> | 2009-06-20 00:28:03 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-06-20 00:28:03 +0800 |
commit | 0c2c7a89cf106d9c5eb3b9b938883cf9933f865a (patch) | |
tree | f1f43fe1d965d082dc39fc6ed82388798aafbe94 /lang/gcc46/Makefile | |
parent | 6e226a44b055705005225cbd9a79b677918b6716 (diff) | |
download | freebsd-ports-gnome-0c2c7a89cf106d9c5eb3b9b938883cf9933f865a.tar.gz freebsd-ports-gnome-0c2c7a89cf106d9c5eb3b9b938883cf9933f865a.tar.zst freebsd-ports-gnome-0c2c7a89cf106d9c5eb3b9b938883cf9933f865a.zip |
Update to the 20090618 snapshot of GCC 4.5.0. Tweak pkg-descr "footer".
Add hack for non-default LOCALBASE until the ports infrastructure has
been fixed. [1]
The new share/libstdc++/python/libstdcxx has now moved to a version
specific location based on an upstream report of mine.
And there are now three new ffi related man pages.
Dedicated to:
Diffstat (limited to 'lang/gcc46/Makefile')
-rw-r--r-- | lang/gcc46/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 4b5b300dae00..31d6e33bd6c2 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gcc -PORTVERSION= 4.5.0.20090604 +PORTVERSION= 4.5.0.20090618 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -59,6 +59,7 @@ WRKSRC= ${WRKDIR}/build TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} GNU_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --disable-nls \ --with-system-zlib \ --with-libiconv-prefix=${LOCALBASE} \ @@ -78,6 +79,9 @@ MAN1= cpp${SUFFIX}.1 \ gcc${SUFFIX}.1 \ gcov${SUFFIX}.1 \ gfortran${SUFFIX}.1 +MAN3= ffi${SUFFIX}.3 \ + ffi_call${SUFFIX}.3 \ + ffi_prep_cif${SUFFIX}.3 INFO= gcc${SUFFIX}/cpp \ gcc${SUFFIX}/cppinternals \ gcc${SUFFIX}/gcc \ |