diff options
Diffstat (limited to 'editors/openoffice-devel/Makefile')
-rw-r--r-- | editors/openoffice-devel/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index b3ab9b938211..3394cae01a69 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -226,6 +226,11 @@ WITH= SDK .include <bsd.port.pre.mk> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500000 +# nm: '../unxfbsdi.pro/slo/b2dcubicbezier.o': Invalid argument +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-nm +.endif + .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-symbols .else |