OpenBSD #ifdefs for imake templates for localisations.

This commit is contained in:
Pascal Stumpf
2012-08-11 14:08:03 +02:00
committed by Jon Trulson
parent 205e26b3ef
commit d418376944
7 changed files with 13 additions and 13 deletions

View File

@@ -31,6 +31,6 @@ LANG=it
LANG=it
#endif
#if defined(LinuxArchitecture) || defined(FreeBSDArchitecture)
#if defined(LinuxArchitecture) || defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture)
LANG=it_IT.ISO8859-1
#endif