diff options
Diffstat (limited to 'textproc/intltool/files/patch-intltool.m4')
-rw-r--r-- | textproc/intltool/files/patch-intltool.m4 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/intltool/files/patch-intltool.m4 b/textproc/intltool/files/patch-intltool.m4 new file mode 100644 index 000000000000..8df20c4a7201 --- /dev/null +++ b/textproc/intltool/files/patch-intltool.m4 @@ -0,0 +1,12 @@ +--- intltool.m4.orig 2012-02-26 18:31:06 UTC ++++ intltool.m4 +@@ -164,6 +164,9 @@ if test -z "$DATADIRNAME"; then + return _nl_msg_cat_cntr]])], + [DATADIRNAME=share], + [case $host in ++ *-*-dragonfly*|*-*-freebsd*) ++ [DATADIRNAME=share] ++ ;; + *-*-solaris*) + dnl On Solaris, if bind_textdomain_codeset is in libc, + dnl GNU format message catalog is always supported, |