summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-23 09:47:35 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-23 09:47:35 +0000
commit7012ee1a986cfddb601d8775f6f7f04ade7ab63d (patch)
treef55d36f67749c3eff0746036498edafcc9e2767b
parentBROKEN: Unfetchable (diff)
- Bandaid build on multibyte locales
-rw-r--r--devel/libpci/Makefile1
-rw-r--r--sysutils/pciutils/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/libpci/Makefile b/devel/libpci/Makefile
index c92beb0d6970..5a363bc76545 100644
--- a/devel/libpci/Makefile
+++ b/devel/libpci/Makefile
@@ -22,6 +22,7 @@ USE_GMAKE= yes
NO_INSTALL_MANPAGES= yes
INSTALLS_SHLIB= yes
ALL_TARGET= lib
+MAKE_ENV= LANG=C
pre-everything::
@${ECHO_MSG} ""
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile
index 3e7c89790658..b37d87c620cd 100644
--- a/sysutils/pciutils/Makefile
+++ b/sysutils/pciutils/Makefile
@@ -18,6 +18,7 @@ COMMENT= PCI configuration utilities
USE_BZIP2= yes
USE_GMAKE= yes
+MAKE_ENV= LANG=C
MAN8= lspci.8 setpci.8 update-pciids.8