summaryrefslogtreecommitdiff
path: root/editors/openoffice/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-04-25 08:08:18 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-04-25 08:08:18 +0000
commit31a8c2f1a54a4b99fab0fb8d3254727fa560b0e1 (patch)
tree268484f31d7ec29483e1b5ac473a0336d7b4fa22 /editors/openoffice/Makefile
parentUpdate to 1.3.8. (diff)
Check for missing langinfo.h
Notes
Notes: svn path=/head/; revision=58104
Diffstat (limited to 'editors/openoffice/Makefile')
-rw-r--r--editors/openoffice/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index c4e140699ef7..d1114b516ad2 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/Makefile
@@ -65,6 +65,15 @@ pre-extract:
@ ${ECHO}
@ ${FALSE}
.endif
+.if !exists(/usr/include/langinfo.h)
+ @${ECHO}
+ @${ECHO} langinfo.h is missing !
+ @${ECHO}
+ @${ECHO} Please upgrade to 4.5 STABLE or
+ @${ECHO} 4.6 RELEASE.
+ @${ECHO}
+ @${FALSE}
+.endif
post-extract:
@for file in ${EXTRACT_REST}; do \