From 089408aaea88554273bf4ba62d735171d6fffabb Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Tue, 12 Aug 2003 09:25:55 +0000 Subject: Make mozilla-vendor compile with gcc 3.3.1 PR: 55147 Submitted by: Jens Rehsack --- editors/openoffice.org-2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/openoffice.org-2/Makefile') diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index 4e5d45387529..8c3e09ad4969 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/Makefile @@ -20,7 +20,7 @@ MASTER_SITES+= http://projects.imp.ch/openoffice/%SUBDIR%/ \ MASTER_SITE_SUBDIR= ${PORTVERSION} DISTFILES+= oo_${PORTVERSION}_src_${SNAPDATE}.tar.bz2 \ gpc231.tar.Z:gpc patch-openoffice-mozilla101-2002-10-14:moz \ - mozilla-vendor-1.0.2.tgz:moz + mozilla-vendor-1.0.2a.tgz:moz .if defined(L10NHELP) DISTFILES+= ${L10NHELP:S/$/:help/} .endif @@ -430,7 +430,7 @@ fix-gnomewrappers: extract-mozilla: .if ! exists(${WRKDIR}/mozilla/Makefile) @${ECHO_MSG} "===> Extracting mozilla sub project" - @cd ${WRKDIR} && tar -xzf ${DISTDIR}/${DIST_SUBDIR}/mozilla-vendor-1.0.2.tgz + @cd ${WRKDIR} && tar -xzf ${DISTDIR}/${DIST_SUBDIR}/mozilla-vendor-1.0.2a.tgz .endif @cd ${WRKDIR}/mozilla && ${MAKE} extract WRKDIRPREFIX="" -- cgit v1.2.3