OOo-2.0-devel problem in Makefile

Carlos F. A. Paniago carlos.paniago at gmail.com
Sun May 28 06:15:29 PDT 2006


Maho: The OOo-2.0-devel have an problem in compiling. Here are the 
solution: change the lines 232 in Makefile:

if (${NUMOFPROCESSES}>1)
        @cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" ${TCSH} -c
"source ${FREEBSD_ENV_SET} ; cd instsetoo_native ; build.pl 
-P${NUMOFPROCESSES} --all"
.else
        @cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" ${TCSH} -C
        "source ${FREEBSD_ENV_SET} ; dmake"
.endif

The reason is: FreeBSD FreeBSD.Env is now changet to FreeBSDIntel.Env ou 
FreeBSDAMD.Env

Paniago


More information about the freebsd-openoffice mailing list