diff options
author | obrien <obrien@FreeBSD.org> | 2004-12-19 20:05:20 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-12-19 20:05:20 +0000 |
commit | 0e05266c4b5c05bb04845a29e0ca610a0f873325 (patch) | |
tree | fbe906ef9d180e5a6bcbd2dcb4127ad61e0222fd /lang | |
parent | defcef9cbfa6b1e425d7ba8579f2f037a5f431f0 (diff) | |
download | FreeBSD-ports-0e05266c4b5c05bb04845a29e0ca610a0f873325.zip FreeBSD-ports-0e05266c4b5c05bb04845a29e0ca610a0f873325.tar.gz |
Portlint
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc-ooo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile index 0134d12..e68cc99 100644 --- a/lang/gcc-ooo/Makefile +++ b/lang/gcc-ooo/Makefile @@ -17,6 +17,9 @@ DISTFILES= \ gcc-g++-${PORTVERSION}${EXTRACT_SUFX} \ gcc-testsuite-${PORTVERSION}${EXTRACT_SUFX} +PATCH_SITES+= http://www.nedprod.com/TnFOX/patches/ +PATCHFILES+= GCC3.4.0VisibilityPatch2.diff +PATCH_STRIP= -p1 PATCH_DIST_STRIP= -p1 MAINTAINER?= openoffice@FreeBSD.org @@ -24,9 +27,6 @@ COMMENT?= GNU Compiler Collection for OpenOffice.org NO_LATEST_LINK= yes -PATCHFILES+= GCC3.4.0VisibilityPatch2.diff -PATCH_SITES+= http://www.nedprod.com/TnFOX/patches/ -PATCH_STRIP= -p1 USE_BISON= yes USE_BZIP2= yes USE_GMAKE= yes |