From 0a3a57c1f5cd3dc99b944279dbb1b79822a3ff19 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Fri, 8 Mar 2002 23:06:20 +0000 Subject: Use autoconf, remove the ugly configure patch. Do the gcc tests and fix them while we are here (AWK had an endless loop), add a FreeBSD configure variable called with-os-version, so we can check the OSVERSION in the build to support both STABLE and CURRENT (there are different patches needed) --- editors/openoffice/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'editors/openoffice/Makefile') diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 2f81232898a1..af9fd994daf2 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -35,10 +35,12 @@ BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk13 BUILD_DEPENDS+= pth-config:${PORTSDIR}/devel/pth GNU_CONFIGURE= yes +USE_AUTOCONF= yes WRKSRC= ${WRKDIR}/oo_${PORTVERSION}_src/config_office CONFIGURE_ARGS+= --with-stlport4-home=${PREFIX} \ - --with-jdk-home=${JDK13DIR} + --with-jdk-home=${JDK13DIR} \ + --with-os-version=${OSVERSION} .include -- cgit v1.2.3