diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-04-25 08:08:18 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-04-25 08:08:18 +0000 |
commit | 31a8c2f1a54a4b99fab0fb8d3254727fa560b0e1 (patch) | |
tree | 268484f31d7ec29483e1b5ac473a0336d7b4fa22 /editors | |
parent | ca5c11d290f73dc90afa5f85a5450cd5c40956c1 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 9 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 9 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 9 |
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 \ |