summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/openoffice-1.0/Makefile9
-rw-r--r--editors/openoffice.org-1.0/Makefile9
-rw-r--r--editors/openoffice/Makefile9
3 files changed, 27 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index c4e140699ef7..d1114b516ad2 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-1.0/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 \
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile
index c4e140699ef7..d1114b516ad2 100644
--- a/editors/openoffice.org-1.0/Makefile
+++ b/editors/openoffice.org-1.0/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 \
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 \